Searched refs:orig_id (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ssa_rewrite_pass.h | 74 // Marks this phi candidate as a trivial copy of |orig_id|. 75 void MarkCopyOf(uint32_t orig_id) { copy_of_ = orig_id; } in MarkCopyOf() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ssa_rewrite_pass.h | 74 // Marks this phi candidate as a trivial copy of |orig_id|. 75 void MarkCopyOf(uint32_t orig_id) { copy_of_ = orig_id; } in MarkCopyOf() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | ssa_rewrite_pass.h | 74 // Marks this phi candidate as a trivial copy of |orig_id|. 75 void MarkCopyOf(uint32_t orig_id) { copy_of_ = orig_id; } in MarkCopyOf() argument
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 4137 int id, orig_id, orig_flags; in test_custom_pmeth() local 4238 EVP_PKEY_meth_get0_info(&orig_id, &orig_flags, orig_pmeth); in test_custom_pmeth() 4239 if (!TEST_int_eq(orig_id, id) in test_custom_pmeth()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.cpp | 10446 uint32_t orig_id = 0; 10448 orig_id = get_extended_member_decoration(type.self, index, SPIRVCrossDecorationInterfaceOrigID); 10511 if (!has_decoration(orig_id, DecorationNonWritable)) 10535 auto result = join(pack_pfx, type_to_glsl(*declared_type, orig_id), " ", qualifier, to_member_name(type, index),
|
Completed in 25 milliseconds