Home
last modified time | relevance | path

Searched refs:parsed_operand (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dbinary.cpp112 spv_result_t setNumericTypeInfoForType(spv_parsed_operand_t* parsed_operand,
403 spv_parsed_operand_t parsed_operand; in parseOperand() local
404 parsed_operand.offset = uint16_t(_.word_index - inst_offset); in parseOperand()
406 parsed_operand.num_words = 1; in parseOperand()
412 parsed_operand.type = type; in parseOperand()
415 parsed_operand.number_kind = SPV_NUMBER_NONE; in parseOperand()
416 parsed_operand.number_bit_width = 0; in parseOperand()
454 parsed_operand.type = SPV_OPERAND_TYPE_ID; in parseOperand()
456 if (opcode == SpvOpExtInst && parsed_operand.offset == 3) { in parseOperand()
509 parsed_operand.type = SPV_OPERAND_TYPE_LITERAL_INTEGER; in parseOperand()
[all …]
DCMakeLists.txt233 ${CMAKE_CURRENT_SOURCE_DIR}/parsed_operand.h
262 ${CMAKE_CURRENT_SOURCE_DIR}/parsed_operand.cpp
/external/deqp-deps/SPIRV-Tools/source/
Dbinary.cpp112 spv_result_t setNumericTypeInfoForType(spv_parsed_operand_t* parsed_operand,
399 spv_parsed_operand_t parsed_operand; in parseOperand() local
400 parsed_operand.offset = uint16_t(_.word_index - inst_offset); in parseOperand()
402 parsed_operand.num_words = 1; in parseOperand()
408 parsed_operand.type = type; in parseOperand()
411 parsed_operand.number_kind = SPV_NUMBER_NONE; in parseOperand()
412 parsed_operand.number_bit_width = 0; in parseOperand()
450 parsed_operand.type = SPV_OPERAND_TYPE_ID; in parseOperand()
452 if (opcode == SpvOpExtInst && parsed_operand.offset == 3) { in parseOperand()
505 parsed_operand.type = SPV_OPERAND_TYPE_LITERAL_INTEGER; in parseOperand()
[all …]
DCMakeLists.txt251 ${CMAKE_CURRENT_SOURCE_DIR}/parsed_operand.h
280 ${CMAKE_CURRENT_SOURCE_DIR}/parsed_operand.cpp
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_decoder.cpp884 spv_parsed_operand_t* parsed_operand, uint32_t type_id) { in SetNumericTypeInfoForType() argument
899 parsed_operand->number_kind = info.type; in SetNumericTypeInfoForType()
900 parsed_operand->number_bit_width = info.bit_width; in SetNumericTypeInfoForType()
902 parsed_operand->num_words = static_cast<uint16_t>((info.bit_width + 31) / 32); in SetNumericTypeInfoForType()
Dmarkv_decoder.h140 spv_result_t SetNumericTypeInfoForType(spv_parsed_operand_t* parsed_operand,
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_decoder.cpp884 spv_parsed_operand_t* parsed_operand, uint32_t type_id) { in SetNumericTypeInfoForType() argument
899 parsed_operand->number_kind = info.type; in SetNumericTypeInfoForType()
900 parsed_operand->number_bit_width = info.bit_width; in SetNumericTypeInfoForType()
902 parsed_operand->num_words = static_cast<uint16_t>((info.bit_width + 31) / 32); in SetNumericTypeInfoForType()
Dmarkv_decoder.h140 spv_result_t SetNumericTypeInfoForType(spv_parsed_operand_t* parsed_operand,
/external/deqp-deps/SPIRV-Tools/
DBUILD.gn342 "source/parsed_operand.cpp",
343 "source/parsed_operand.h",
/external/swiftshader/third_party/SPIRV-Tools/
DBUILD.gn342 "source/parsed_operand.cpp",
343 "source/parsed_operand.h",
DAndroid.mk21 source/parsed_operand.cpp \
/external/skia/third_party/spirv-tools/
DBUILD.gn240 "../externals/spirv-tools/source/parsed_operand.cpp",
/external/skqp/third_party/spirv-tools/
DBUILD.gn240 "../externals/spirv-tools/source/parsed_operand.cpp",