Searched refs:spv_operand_desc_t (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | table.h | 47 typedef struct spv_operand_desc_t { struct 64 } spv_operand_desc_t; argument 69 const spv_operand_desc_t* entries; 102 typedef const spv_operand_desc_t* spv_operand_desc;
|
D | operand.cpp | 96 spv_operand_desc_t needle = {"", value, 0, nullptr, 0, nullptr, {}, ~0u, ~0u}; in spvOperandTableValueLookup() 98 auto comp = [](const spv_operand_desc_t& lhs, const spv_operand_desc_t& rhs) { in spvOperandTableValueLookup()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | table.h | 47 typedef struct spv_operand_desc_t { struct 64 } spv_operand_desc_t; argument 69 const spv_operand_desc_t* entries; 102 typedef const spv_operand_desc_t* spv_operand_desc;
|
D | operand.cpp | 96 spv_operand_desc_t needle = {"", value, 0, nullptr, 0, nullptr, {}, ~0u, ~0u}; in spvOperandTableValueLookup() 98 auto comp = [](const spv_operand_desc_t& lhs, const spv_operand_desc_t& rhs) { in spvOperandTableValueLookup()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_instruction.cpp | 95 const spv_operand_desc_t& operand_desc, uint32_t word) { in OperandVersionExtensionCheck()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_instruction.cpp | 95 const spv_operand_desc_t& operand_desc, uint32_t word) { in OperandVersionExtensionCheck()
|