Home
last modified time | relevance | path

Searched refs:glsl_insts_id (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp559 if (module_status_.glsl_insts_id == 0) { in GetGlslInsts()
569 module_status_.glsl_insts_id = inst.result_id(); in GetGlslInsts()
572 if (module_status_.glsl_insts_id == 0) { in GetGlslInsts()
574 module_status_.glsl_insts_id = TakeNextId(); in GetGlslInsts()
578 context(), SpvOpExtInstImport, 0, module_status_.glsl_insts_id, in GetGlslInsts()
590 return module_status_.glsl_insts_id; in GetGlslInsts()
627 const uint32_t glsl_insts_id = GetGlslInsts(); in MakeUMinInst() local
637 {SPV_OPERAND_TYPE_ID, {glsl_insts_id}}, in MakeUMinInst()
651 const uint32_t glsl_insts_id = GetGlslInsts(); in MakeSClampInst() local
664 {SPV_OPERAND_TYPE_ID, {glsl_insts_id}}, in MakeSClampInst()
Dgraphics_robust_access_pass.h149 uint32_t glsl_insts_id = 0; member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp559 if (module_status_.glsl_insts_id == 0) { in GetGlslInsts()
569 module_status_.glsl_insts_id = inst.result_id(); in GetGlslInsts()
572 if (module_status_.glsl_insts_id == 0) { in GetGlslInsts()
574 module_status_.glsl_insts_id = TakeNextId(); in GetGlslInsts()
578 context(), SpvOpExtInstImport, 0, module_status_.glsl_insts_id, in GetGlslInsts()
590 return module_status_.glsl_insts_id; in GetGlslInsts()
627 const uint32_t glsl_insts_id = GetGlslInsts(); in MakeUMinInst() local
637 {SPV_OPERAND_TYPE_ID, {glsl_insts_id}}, in MakeUMinInst()
651 const uint32_t glsl_insts_id = GetGlslInsts(); in MakeSClampInst() local
664 {SPV_OPERAND_TYPE_ID, {glsl_insts_id}}, in MakeSClampInst()
Dgraphics_robust_access_pass.h149 uint32_t glsl_insts_id = 0; member
/third_party/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp559 if (module_status_.glsl_insts_id == 0) { in GetGlslInsts()
566 module_status_.glsl_insts_id = inst.result_id(); in GetGlslInsts()
569 if (module_status_.glsl_insts_id == 0) { in GetGlslInsts()
571 module_status_.glsl_insts_id = TakeNextId(); in GetGlslInsts()
574 context(), SpvOpExtInstImport, 0, module_status_.glsl_insts_id, in GetGlslInsts()
586 return module_status_.glsl_insts_id; in GetGlslInsts()
623 const uint32_t glsl_insts_id = GetGlslInsts(); in MakeUMinInst() local
633 {SPV_OPERAND_TYPE_ID, {glsl_insts_id}}, in MakeUMinInst()
647 const uint32_t glsl_insts_id = GetGlslInsts(); in MakeSClampInst() local
660 {SPV_OPERAND_TYPE_ID, {glsl_insts_id}}, in MakeSClampInst()
Dgraphics_robust_access_pass.h149 uint32_t glsl_insts_id = 0; member