Home
last modified time | relevance | path

Searched refs:spvValidateWithOptions (Results 1 – 17 of 17) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_fixture.h104 spv_result_t error = spvValidateWithOptions( in SinglePassRunAndDisassemble()
141 spv_result_t error = spvValidateWithOptions( in SinglePassRunAndCheck()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_fixture.h104 spv_result_t error = spvValidateWithOptions( in SinglePassRunAndDisassemble()
141 spv_result_t error = spvValidateWithOptions( in SinglePassRunAndCheck()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv.cpp52 const spv_result_t result = spvValidateWithOptions( in SpirvToMarkv()
Dmarkv_decoder.cpp424 const spv_result_t result = spvValidateWithOptions( in DecodeModule()
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv.cpp52 const spv_result_t result = spvValidateWithOptions( in SpirvToMarkv()
Dmarkv_decoder.cpp424 const spv_result_t result = spvValidateWithOptions( in DecodeModule()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_fixtures.h113 return spvValidateWithOptions(ScopedContext(env).context, options_, in ValidateInstructions()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_fixtures.h128 return spvValidateWithOptions(ScopedContext(env).context, options_, in ValidateInstructions()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dlibspirv.cpp121 bool valid = spvValidateWithOptions(impl_->context, options, &the_binary, in Validate()
/external/deqp-deps/SPIRV-Tools/source/
Dlibspirv.cpp121 bool valid = spvValidateWithOptions(impl_->context, options, &the_binary, in Validate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkSpirVAsm.cpp173 const spv_result_t valid = spvValidateWithOptions(context, options, &cbinary, &diagnostic); in validateSpirV()
/external/deqp-deps/glslang/SPIRV/
DSpvTools.cpp101 spvValidateWithOptions(context, options, &binary, &diagnostic); in SpirvToolsValidate()
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlibspirv.h614 SPIRV_TOOLS_EXPORT spv_result_t spvValidateWithOptions(
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dlibspirv.h614 SPIRV_TOOLS_EXPORT spv_result_t spvValidateWithOptions(
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate.cpp457 spv_result_t spvValidateWithOptions(const spv_const_context context, in spvValidateWithOptions() function
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate.cpp514 spv_result_t spvValidateWithOptions(const spv_const_context context, in spvValidateWithOptions() function
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp2315 spv_valid = spvValidateWithOptions(ctx, options, &binary, &diag); in PreCallValidateCreateShaderModule()