Home
last modified time | relevance | path

Searched defs:validate_spirv (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dassemble_spirv.py75 def validate_spirv(bin_dir, spirv_val, verbose): function
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVValidator.cpp17 static bool validate_spirv(ErrorReporter& reporter, std::string_view program, bool disassemble) { in validate_spirv() function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dplatform.rs40 pub validate_spirv: bool, field