/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_type.cpp | 37 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 D | eliminate_dead_members_pass.cpp | 153 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 D | instruction.cpp | 289 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/ |
D | validate_type.cpp | 52 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()
|
D | validate_memory.cpp | 48 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/ |
D | eliminate_dead_members_pass.cpp | 153 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()
|
D | instruction.cpp | 289 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 D | eliminate_dead_members_pass.cpp | 158 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 D | instruction.cpp | 289 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 D | validate_type.cpp | 38 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 D | array_select.amber | 33 %rta_array = OpTypeRuntimeArray %int_array 35 %rta = OpTypeRuntimeArray %int
|
H A D | scalar_select.amber | 36 %_runtimearr_int = OpTypeRuntimeArray %int 47 %_runtimearr_int_0 = OpTypeRuntimeArray %int
|
H A D | ssbo_pointers_select.amber | 36 %rta_struct = OpTypeRuntimeArray %outer 37 %rta = OpTypeRuntimeArray %int
|
H A D | array_stride_select.amber | 33 %rta_array = OpTypeRuntimeArray %int_array 35 %rta = OpTypeRuntimeArray %int
|
H A D | nested_struct_select.amber | 34 %rta_out = OpTypeRuntimeArray %outer 36 %rta = OpTypeRuntimeArray %int
|
H A D | nested_array_select.amber | 34 %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 D | vector_shuffle.amber | 40 %_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 D | glsl_int_umax.amber | 36 %ra_int = OpTypeRuntimeArray %int 37 %ra_uint = OpTypeRuntimeArray %uint
|
H A D | glsl_int_umin.amber | 36 %ra_int = OpTypeRuntimeArray %int 37 %ra_uint = OpTypeRuntimeArray %uint
|
H A D | int_ulessthan.amber | 35 %ra_int = OpTypeRuntimeArray %int 36 %ra_uint = OpTypeRuntimeArray %uint
|
H A D | int_ugreaterthanequal.amber | 35 %ra_int = OpTypeRuntimeArray %int 36 %ra_uint = OpTypeRuntimeArray %uint
|
H A D | int_ulessthanequal.amber | 35 %ra_int = OpTypeRuntimeArray %int 36 %ra_uint = OpTypeRuntimeArray %uint
|
H A D | int_ugreaterthan.amber | 35 %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 D | comp_ssbo_entry_point.amber | 49 %_runtimearr_int = OpTypeRuntimeArray %int 60 %_runtimearr_int_0 = OpTypeRuntimeArray %int
|
/aosp_15_r20/external/skia/tests/sksl/spirv/ |
H A D | SpecializedFieldAccess.asm.frag | 39 %_runtimearr_float = OpTypeRuntimeArray %float 43 %_runtimearr_StructA = OpTypeRuntimeArray %StructA
|