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/spirv-tools/source/opt/
H A 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()
[all...]
H A Dgraphics_robust_access_pass.h74 // |_.glsl_insts_id|.
149 uint32_t glsl_insts_id = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A 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()
[all...]
H A Dgraphics_robust_access_pass.h74 // |_.glsl_insts_id|.
149 uint32_t glsl_insts_id = 0; member
/third_party/spirv-tools/source/opt/
H A Dgraphics_robust_access_pass.cpp554 if (module_status_.glsl_insts_id == 0) { in GetGlslInsts()
561 module_status_.glsl_insts_id = inst.result_id(); in GetGlslInsts()
564 if (module_status_.glsl_insts_id == 0) { in GetGlslInsts()
566 module_status_.glsl_insts_id = TakeNextId(); in GetGlslInsts()
569 context(), spv::Op::OpExtInstImport, 0, module_status_.glsl_insts_id, in GetGlslInsts()
581 return module_status_.glsl_insts_id; in GetGlslInsts()
618 const uint32_t glsl_insts_id = GetGlslInsts(); in MakeUMinInst() local
628 {SPV_OPERAND_TYPE_ID, {glsl_insts_id}}, in MakeUMinInst()
642 const uint32_t glsl_insts_id = GetGlslInsts(); in MakeSClampInst() local
655 {SPV_OPERAND_TYPE_ID, {glsl_insts_id}}, in MakeSClampInst()
[all...]
H A Dgraphics_robust_access_pass.h74 // |_.glsl_insts_id|.
149 uint32_t glsl_insts_id = 0; member

Completed in 6 milliseconds