Home
last modified time | relevance | path

Searched refs:spvExtInstIsDebugInfo (Results 1 – 21 of 21) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/
Dext_inst.h28 bool spvExtInstIsDebugInfo(const spv_ext_inst_type_t type);
Dext_inst.cpp167 bool spvExtInstIsDebugInfo(const spv_ext_inst_type_t type) { in spvExtInstIsDebugInfo() function
/external/swiftshader/third_party/SPIRV-Tools/source/
Dext_inst.h28 bool spvExtInstIsDebugInfo(const spv_ext_inst_type_t type);
Dext_inst.cpp166 bool spvExtInstIsDebugInfo(const spv_ext_inst_type_t type) { in spvExtInstIsDebugInfo() function
/external/angle/third_party/spirv-tools/src/source/
Dext_inst.h28 bool spvExtInstIsDebugInfo(const spv_ext_inst_type_t type);
Dext_inst.cpp167 bool spvExtInstIsDebugInfo(const spv_ext_inst_type_t type) { in spvExtInstIsDebugInfo() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.cpp69 spvExtInstIsDebugInfo(inst->ext_inst_type)) { in AddInstruction()
213 spvExtInstIsDebugInfo(inst->ext_inst_type)) { in AddInstruction()
239 spvExtInstIsDebugInfo(inst->ext_inst_type)) { in AddInstruction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_loader.cpp69 spvExtInstIsDebugInfo(inst->ext_inst_type)) { in AddInstruction()
213 spvExtInstIsDebugInfo(inst->ext_inst_type)) { in AddInstruction()
239 spvExtInstIsDebugInfo(inst->ext_inst_type)) { in AddInstruction()
/external/angle/third_party/spirv-tools/src/source/opt/
Dir_loader.cpp69 spvExtInstIsDebugInfo(inst->ext_inst_type)) { in AddInstruction()
213 spvExtInstIsDebugInfo(inst->ext_inst_type)) { in AddInstruction()
239 spvExtInstIsDebugInfo(inst->ext_inst_type)) { in AddInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_layout.cpp38 if (spvExtInstIsDebugInfo(inst->ext_inst_type())) { in ModuleScopedInstructions()
246 if (spvExtInstIsDebugInfo(inst->ext_inst_type())) { in FunctionScopedInstructions()
Dvalidate_adjacency.cpp61 if (!spvExtInstIsDebugInfo(inst.ext_inst_type()) || in ValidateAdjacency()
Dinstruction.h97 spvExtInstIsDebugInfo(inst_.ext_inst_type); in IsDebugInfo()
Dvalidate_id.cpp124 spvExtInstIsDebugInfo(inst->ext_inst_type()) in IdPass()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_layout.cpp39 if (spvExtInstIsDebugInfo(inst->ext_inst_type())) { in ModuleScopedInstructions()
248 if (spvExtInstIsDebugInfo(inst->ext_inst_type())) { in FunctionScopedInstructions()
Dvalidate_adjacency.cpp62 if (!spvExtInstIsDebugInfo(inst.ext_inst_type()) || in ValidateAdjacency()
Dinstruction.h98 spvExtInstIsDebugInfo(inst_.ext_inst_type); in IsDebugInfo()
Dvalidate_id.cpp124 spvExtInstIsDebugInfo(inst->ext_inst_type()) in IdPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_layout.cpp39 if (spvExtInstIsDebugInfo(inst->ext_inst_type())) { in ModuleScopedInstructions()
248 if (spvExtInstIsDebugInfo(inst->ext_inst_type())) { in FunctionScopedInstructions()
Dvalidate_adjacency.cpp62 if (!spvExtInstIsDebugInfo(inst.ext_inst_type()) || in ValidateAdjacency()
Dinstruction.h98 spvExtInstIsDebugInfo(inst_.ext_inst_type); in IsDebugInfo()
Dvalidate_id.cpp124 spvExtInstIsDebugInfo(inst->ext_inst_type()) in IdPass()