Home
last modified time | relevance | path

Searched refs:OpTypeArray (Results 1 – 6 of 6) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp51 assert(OpCode == OpTypeArray && "Not array type"); in getArrayElementType()
57 assert(OpCode == OpTypeArray && "Not array type"); in getArrayLength()
134 return OpCode == OpTypeArray; in isTypeArray()
263 :SPIRVType(M, 4, OpTypeArray, TheId), ElemType(TheElemType), in SPIRVTypeArray()
Dspirv.hpp609 OpTypeArray = 28, enumerator
DSPIRVIsValidEnum.h607 case OpTypeArray: in isValid()
DSPIRVType.h299 SPIRVTypeArray():SPIRVType(OpTypeArray), ElemType(nullptr), in SPIRVTypeArray()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp694 case OpTypeArray: in transType()
807 case OpTypeArray: in transTypeToOCLTypeName()
1382 case OpTypeArray: in transValueWithoutDecoration()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1062 case spv::OpTypeArray: in build_def_index()
1196 case spv::OpTypeArray: in describe_type_inner()
1255 if (a_arrayed && a_insn.opcode() == spv::OpTypeArray) { in types_match()
1259 if (b_arrayed && b_insn.opcode() == spv::OpTypeArray) { in types_match()
1304 case spv::OpTypeArray: in types_match()
1350 case spv::OpTypeArray: in get_locations_consumed_by_type()
1422 } else if (def.opcode() == spv::OpTypeArray && is_array_of_verts) { in get_struct_type()
1810 case spv::OpTypeArray: in get_fundamental_type()
2462 while (type.opcode() == spv::OpTypeArray || type.opcode() == spv::OpTypePointer) { in descriptor_type_match()
2463 if (type.opcode() == spv::OpTypeArray) { in descriptor_type_match()
[all …]