Home
last modified time | relevance | path

Searched refs:OpTypeRuntimeArray (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_type.cpp37 if (opcode != spv::Op::OpTypeArray && opcode != spv::Op::OpTypeRuntimeArray && in ValidateUniqueness()
214 element_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateTypeArray()
272 element_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateTypeRuntimeArray()
315 member_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateTypeStruct()
420 type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateTypePointer()
612 case spv::Op::OpTypeRuntimeArray: in TypePass()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Deliminate_dead_members_pass.cpp153 case spv::Op::OpTypeRuntimeArray: in MarkTypeAsFullyUsed()
200 case spv::Op::OpTypeRuntimeArray: in MarkMembersAsLiveForExtract()
246 case spv::Op::OpTypeRuntimeArray: in MarkMembersAsLiveForAccessChain()
505 case spv::Op::OpTypeRuntimeArray: in UpdateAccessChain()
578 case spv::Op::OpTypeRuntimeArray: in UpdateCompsiteExtract()
639 case spv::Op::OpTypeRuntimeArray: in UpdateCompositeInsert()
H A Dinstruction.cpp289 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanStorageImage()
324 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanSampledImage()
359 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanStorageTexelBuffer()
390 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanStorageBuffer()
449 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanUniformBuffer()
748 return opcode() == spv::Op::OpTypeRuntimeArray || in IsOpaqueType()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_type.cpp52 if (opcode != spv::Op::OpTypeArray && opcode != spv::Op::OpTypeRuntimeArray && in ValidateUniqueness()
229 element_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateTypeArray()
299 element_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateTypeRuntimeArray()
342 member_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateTypeStruct()
447 type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateTypePointer()
639 case spv::Op::OpTypeRuntimeArray: in TypePass()
Dvalidate_memory.cpp48 type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsAllowedTypeOrArrayOfSame()
180 case spv::Op::OpTypeRuntimeArray: in ContainsInvalidBool()
210 case spv::Op::OpTypeRuntimeArray: in ContainsCooperativeMatrix()
309 if (member_type->opcode() == spv::Op::OpTypeRuntimeArray) return true; in DoesStructContainRTA()
709 if (value_type && value_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateVariable()
806 underlying_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateVariable()
870 underlying_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateVariable()
1049 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateStore()
1368 case spv::Op::OpTypeRuntimeArray: { in ValidateAccessChain()
1531 if (last_member->opcode() != spv::Op::OpTypeRuntimeArray) { in ValidateArrayLength()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Deliminate_dead_members_pass.cpp153 case spv::Op::OpTypeRuntimeArray: in MarkTypeAsFullyUsed()
200 case spv::Op::OpTypeRuntimeArray: in MarkMembersAsLiveForExtract()
246 case spv::Op::OpTypeRuntimeArray: in MarkMembersAsLiveForAccessChain()
505 case spv::Op::OpTypeRuntimeArray: in UpdateAccessChain()
578 case spv::Op::OpTypeRuntimeArray: in UpdateCompsiteExtract()
639 case spv::Op::OpTypeRuntimeArray: in UpdateCompositeInsert()
Dinstruction.cpp289 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanStorageImage()
324 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanSampledImage()
359 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanStorageTexelBuffer()
390 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanStorageBuffer()
449 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanUniformBuffer()
748 return opcode() == spv::Op::OpTypeRuntimeArray || in IsOpaqueType()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Deliminate_dead_members_pass.cpp158 case spv::Op::OpTypeRuntimeArray: in MarkTypeAsFullyUsed()
205 case spv::Op::OpTypeRuntimeArray: in MarkMembersAsLiveForExtract()
253 case spv::Op::OpTypeRuntimeArray: in MarkMembersAsLiveForAccessChain()
514 case spv::Op::OpTypeRuntimeArray: in UpdateAccessChain()
589 case spv::Op::OpTypeRuntimeArray: in UpdateCompsiteExtract()
652 case spv::Op::OpTypeRuntimeArray: in UpdateCompositeInsert()
H A Dinstruction.cpp289 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanStorageImage()
324 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanSampledImage()
359 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanStorageTexelBuffer()
390 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanStorageBuffer()
449 base_type->opcode() == spv::Op::OpTypeRuntimeArray) { in IsVulkanUniformBuffer()
748 return opcode() == spv::Op::OpTypeRuntimeArray || in IsOpaqueType()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_type.cpp38 if (opcode != spv::Op::OpTypeArray && opcode != spv::Op::OpTypeRuntimeArray && in ValidateUniqueness()
216 element_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateTypeArray()
274 element_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateTypeRuntimeArray()
317 member_type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateTypeStruct()
422 type->opcode() == spv::Op::OpTypeRuntimeArray) { in ValidateTypePointer()
781 case spv::Op::OpTypeRuntimeArray: in TypePass()
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opselect/
H A Darray_select.amber33 %rta_array = OpTypeRuntimeArray %int_array
35 %rta = OpTypeRuntimeArray %int
H A Dscalar_select.amber36 %_runtimearr_int = OpTypeRuntimeArray %int
47 %_runtimearr_int_0 = OpTypeRuntimeArray %int
H A Dssbo_pointers_select.amber36 %rta_struct = OpTypeRuntimeArray %outer
37 %rta = OpTypeRuntimeArray %int
H A Darray_stride_select.amber33 %rta_array = OpTypeRuntimeArray %int_array
35 %rta = OpTypeRuntimeArray %int
H A Dnested_struct_select.amber34 %rta_out = OpTypeRuntimeArray %outer
36 %rta = OpTypeRuntimeArray %int
H A Dnested_array_select.amber34 %rta_out = OpTypeRuntimeArray %outer
36 %rta = OpTypeRuntimeArray %int
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/vector_shuffle/
H A Dvector_shuffle.amber40 %_runtimearr_v4float = OpTypeRuntimeArray %v4float
43 %_runtimearr_float = OpTypeRuntimeArray %float
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/signed_op/
H A Dglsl_int_umax.amber36 %ra_int = OpTypeRuntimeArray %int
37 %ra_uint = OpTypeRuntimeArray %uint
H A Dglsl_int_umin.amber36 %ra_int = OpTypeRuntimeArray %int
37 %ra_uint = OpTypeRuntimeArray %uint
H A Dint_ulessthan.amber35 %ra_int = OpTypeRuntimeArray %int
36 %ra_uint = OpTypeRuntimeArray %uint
H A Dint_ugreaterthanequal.amber35 %ra_int = OpTypeRuntimeArray %int
36 %ra_uint = OpTypeRuntimeArray %uint
H A Dint_ulessthanequal.amber35 %ra_int = OpTypeRuntimeArray %int
36 %ra_uint = OpTypeRuntimeArray %uint
H A Dint_ugreaterthan.amber35 %ra_int = OpTypeRuntimeArray %int
36 %ra_uint = OpTypeRuntimeArray %uint
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/entrypoint/
H A Dcomp_ssbo_entry_point.amber49 %_runtimearr_int = OpTypeRuntimeArray %int
60 %_runtimearr_int_0 = OpTypeRuntimeArray %int
/aosp_15_r20/external/skia/tests/sksl/spirv/
H A DSpecializedFieldAccess.asm.frag39 %_runtimearr_float = OpTypeRuntimeArray %float
43 %_runtimearr_StructA = OpTypeRuntimeArray %StructA

12345678910>>...12