Home
last modified time | relevance | path

Searched refs:LocationType (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DStackMaps.h196 enum LocationType { enum
204 LocationType Type = Unprocessed;
210 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) in Location()
/third_party/node/deps/v8/src/compiler/
H A Dlinkage.h166 enum LocationType { REGISTER, STACK_SLOT }; enum in v8::internal::compiler::LinkageLocation
168 using TypeField = base::BitField<LocationType, 0, 1>;
174 LinkageLocation(LocationType type, int32_t location, in LinkageLocation()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp1836 enum class LocationType class
1852 LocationType locationType;
1970 const auto granularity = ((m_params.locationType == LocationType::PER_PRIMITIVE) in getParamsFromContext()
2012 const std::string locationQualifier = ((m_params.locationType == LocationType::PER_PRIMITIVE) ? "perprimitiveEXT" : ""); in initPrograms()
2452 LocationType locationType; in createMeshShaderPropertyTestsEXT()
2456 { LocationType::PER_PRIMITIVE, "_per_primitive" }, in createMeshShaderPropertyTestsEXT()
2457 { LocationType::PER_VERTEX, "_per_vertex" }, in createMeshShaderPropertyTestsEXT()
2481 locationTypeCase.locationType, // LocationType locationType; in createMeshShaderPropertyTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp1836 enum class LocationType class
1852 LocationType locationType;
1970 const auto granularity = ((m_params.locationType == LocationType::PER_PRIMITIVE) in getParamsFromContext()
2012 const std::string locationQualifier = ((m_params.locationType == LocationType::PER_PRIMITIVE) ? "perprimitiveEXT" : ""); in initPrograms()
2451 LocationType locationType; in createMeshShaderPropertyTestsEXT()
2455 { LocationType::PER_PRIMITIVE, "_per_primitive" }, in createMeshShaderPropertyTestsEXT()
2456 { LocationType::PER_VERTEX, "_per_vertex" }, in createMeshShaderPropertyTestsEXT()
2480 locationTypeCase.locationType, // LocationType locationType; in createMeshShaderPropertyTestsEXT()
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.h75 enum LocationType { enum in vixl::aarch32::Disassembler
203 LocationType location_type_;
208 PrintLabel(LocationType location_type, in PrintLabel()
217 LocationType GetLocationType() const { return location_type_; } in GetLocationType()
231 LocationType location_type_;
235 PrintMemOperand(LocationType location_type, const MemOperand& operand) in PrintMemOperand()
237 LocationType GetLocationType() const { return location_type_; } in GetLocationType()
242 LocationType location_type_;
246 PrintAlignedMemOperand(LocationType location_type, in PrintAlignedMemOperand()
249 LocationType GetLocationTyp in PrintAlignedMemOperand()
[all...]

Completed in 13 milliseconds