Searched refs:IsDescriptorArray (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | desc_sroa_util.h | 28 bool IsDescriptorArray(IRContext* context, Instruction* var);
|
D | desc_sroa_util.cpp | 37 bool IsDescriptorArray(IRContext* context, Instruction* var) { in IsDescriptorArray() function
|
D | desc_sroa.cpp | 37 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
|
D | replace_desc_array_access_using_var_index.cpp | 44 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | desc_sroa_util.h | 28 bool IsDescriptorArray(IRContext* context, Instruction* var);
|
D | desc_sroa_util.cpp | 37 bool IsDescriptorArray(IRContext* context, Instruction* var) { in IsDescriptorArray() function
|
D | desc_sroa.cpp | 37 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
|
D | replace_desc_array_access_using_var_index.cpp | 44 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | desc_sroa_util.h | 28 bool IsDescriptorArray(IRContext* context, Instruction* var);
|
D | desc_sroa_util.cpp | 37 bool IsDescriptorArray(IRContext* context, Instruction* var) { in IsDescriptorArray() function
|
D | desc_sroa.cpp | 37 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
|
D | replace_desc_array_access_using_var_index.cpp | 44 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
|