Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
/external/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()
/external/deqp-deps/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()
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc333 const grpc_gcp_identity* r_id) { in handshaker_identity_equals() argument
334 if (!((l_id->hostname.arg != nullptr) != (r_id->hostname.arg != nullptr))) { in handshaker_identity_equals()
337 static_cast<grpc_slice*>(r_id->hostname.arg)); in handshaker_identity_equals()
343 (r_id->service_account.arg != nullptr))) { in handshaker_identity_equals()
346 static_cast<grpc_slice*>(r_id->service_account.arg)); in handshaker_identity_equals()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.cc467 std::string r_id = in GenerateConvolution() local
478 std::string r_val = "r" + r_id; in GenerateConvolution()
541 std::string r_id = in GenerateConvolution() local
543 c += " r" + r_id + " += TO_ACCUM_TYPE(" + bias_name + "[" + in GenerateConvolution()
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py873 r_id = id(r)
874 if r_id not in graph:
875 graph[r_id] = []
876 if obj_id not in graph[r_id]:
877 graph[r_id].append(obj_id)
879 reprs[r_id] = describe(r, denylist)