Searched refs:spvValidateWithOptions (Results 1 – 17 of 17) sorted by relevance
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | pass_fixture.h | 104 spv_result_t error = spvValidateWithOptions( in SinglePassRunAndDisassemble() 141 spv_result_t error = spvValidateWithOptions( in SinglePassRunAndCheck()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | pass_fixture.h | 104 spv_result_t error = spvValidateWithOptions( in SinglePassRunAndDisassemble() 141 spv_result_t error = spvValidateWithOptions( in SinglePassRunAndCheck()
|
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
D | markv.cpp | 52 const spv_result_t result = spvValidateWithOptions( in SpirvToMarkv()
|
D | markv_decoder.cpp | 424 const spv_result_t result = spvValidateWithOptions( in DecodeModule()
|
/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | markv.cpp | 52 const spv_result_t result = spvValidateWithOptions( in SpirvToMarkv()
|
D | markv_decoder.cpp | 424 const spv_result_t result = spvValidateWithOptions( in DecodeModule()
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_fixtures.h | 113 return spvValidateWithOptions(ScopedContext(env).context, options_, in ValidateInstructions()
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_fixtures.h | 128 return spvValidateWithOptions(ScopedContext(env).context, options_, in ValidateInstructions()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | libspirv.cpp | 121 bool valid = spvValidateWithOptions(impl_->context, options, &the_binary, in Validate()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | libspirv.cpp | 121 bool valid = spvValidateWithOptions(impl_->context, options, &the_binary, in Validate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkSpirVAsm.cpp | 173 const spv_result_t valid = spvValidateWithOptions(context, options, &cbinary, &diagnostic); in validateSpirV()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvTools.cpp | 101 spvValidateWithOptions(context, options, &binary, &diagnostic); in SpirvToolsValidate()
|
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/ |
D | libspirv.h | 614 SPIRV_TOOLS_EXPORT spv_result_t spvValidateWithOptions(
|
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/ |
D | libspirv.h | 614 SPIRV_TOOLS_EXPORT spv_result_t spvValidateWithOptions(
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate.cpp | 457 spv_result_t spvValidateWithOptions(const spv_const_context context, in spvValidateWithOptions() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate.cpp | 514 spv_result_t spvValidateWithOptions(const spv_const_context context, in spvValidateWithOptions() function
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 2315 spv_valid = spvValidateWithOptions(ctx, options, &binary, &diag); in PreCallValidateCreateShaderModule()
|