Home
last modified time | relevance | path

Searched refs:r_id (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Drelax_float_ops_pass.cpp47 bool RelaxFloatOpsPass::IsRelaxed(uint32_t r_id) { in IsRelaxed() argument
48 for (auto r_inst : get_decoration_mgr()->GetDecorationsFor(r_id, false)) in IsRelaxed()
56 uint32_t r_id = r_inst->result_id(); in ProcessInst() local
57 if (r_id == 0) return false; in ProcessInst()
59 if (IsRelaxed(r_id)) return false; in ProcessInst()
61 get_decoration_mgr()->AddDecoration(r_id, SpvDecorationRelaxedPrecision); in ProcessInst()
Drelax_float_ops_pass.h50 bool IsRelaxed(uint32_t r_id);
Dconvert_to_half_pass.cpp46 uint32_t r_id = inst->result_id(); in IsDecoratedRelaxed() local
47 for (auto r_inst : get_decoration_mgr()->GetDecorationsFor(r_id, false)) in IsDecoratedRelaxed()
/third_party/spirv-tools/source/opt/
Drelax_float_ops_pass.cpp47 bool RelaxFloatOpsPass::IsRelaxed(uint32_t r_id) { in IsRelaxed() argument
48 for (auto r_inst : get_decoration_mgr()->GetDecorationsFor(r_id, false)) in IsRelaxed()
56 uint32_t r_id = r_inst->result_id(); in ProcessInst() local
57 if (r_id == 0) return false; in ProcessInst()
59 if (IsRelaxed(r_id)) return false; in ProcessInst()
61 get_decoration_mgr()->AddDecoration(r_id, SpvDecorationRelaxedPrecision); in ProcessInst()
Drelax_float_ops_pass.h50 bool IsRelaxed(uint32_t r_id);
Dconvert_to_half_pass.cpp46 uint32_t r_id = inst->result_id(); in IsDecoratedRelaxed() local
47 for (auto r_inst : get_decoration_mgr()->GetDecorationsFor(r_id, false)) in IsDecoratedRelaxed()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Drelax_float_ops_pass.cpp47 bool RelaxFloatOpsPass::IsRelaxed(uint32_t r_id) { in IsRelaxed() argument
48 for (auto r_inst : get_decoration_mgr()->GetDecorationsFor(r_id, false)) in IsRelaxed()
56 uint32_t r_id = r_inst->result_id(); in ProcessInst() local
57 if (r_id == 0) return false; in ProcessInst()
59 if (IsRelaxed(r_id)) return false; in ProcessInst()
61 get_decoration_mgr()->AddDecoration(r_id, SpvDecorationRelaxedPrecision); in ProcessInst()
Drelax_float_ops_pass.h50 bool IsRelaxed(uint32_t r_id);
Dconvert_to_half_pass.cpp46 uint32_t r_id = inst->result_id(); in IsDecoratedRelaxed() local
47 for (auto r_inst : get_decoration_mgr()->GetDecorationsFor(r_id, false)) in IsDecoratedRelaxed()