Searched refs:glsl_insts_id (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 558 if (module_status_.glsl_insts_id == 0) { in GetGlslInsts() 568 module_status_.glsl_insts_id = inst.result_id(); in GetGlslInsts() 571 if (module_status_.glsl_insts_id == 0) { in GetGlslInsts() 573 module_status_.glsl_insts_id = TakeNextId(); in GetGlslInsts() 577 context(), SpvOpExtInstImport, 0, module_status_.glsl_insts_id, in GetGlslInsts() 589 return module_status_.glsl_insts_id; in GetGlslInsts() 626 const uint32_t glsl_insts_id = GetGlslInsts(); in MakeUMinInst() local 636 {SPV_OPERAND_TYPE_ID, {glsl_insts_id}}, in MakeUMinInst() 650 const uint32_t glsl_insts_id = GetGlslInsts(); in MakeSClampInst() local 663 {SPV_OPERAND_TYPE_ID, {glsl_insts_id}}, in MakeSClampInst()
|
D | graphics_robust_access_pass.h | 149 uint32_t glsl_insts_id = 0; member
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 558 if (module_status_.glsl_insts_id == 0) { in GetGlslInsts() 568 module_status_.glsl_insts_id = inst.result_id(); in GetGlslInsts() 571 if (module_status_.glsl_insts_id == 0) { in GetGlslInsts() 573 module_status_.glsl_insts_id = TakeNextId(); in GetGlslInsts() 577 context(), SpvOpExtInstImport, 0, module_status_.glsl_insts_id, in GetGlslInsts() 589 return module_status_.glsl_insts_id; in GetGlslInsts() 626 const uint32_t glsl_insts_id = GetGlslInsts(); in MakeUMinInst() local 636 {SPV_OPERAND_TYPE_ID, {glsl_insts_id}}, in MakeUMinInst() 650 const uint32_t glsl_insts_id = GetGlslInsts(); in MakeSClampInst() local 663 {SPV_OPERAND_TYPE_ID, {glsl_insts_id}}, in MakeSClampInst()
|
D | graphics_robust_access_pass.h | 149 uint32_t glsl_insts_id = 0; member
|