/external/deqp-deps/SPIRV-Tools/source/val/ |
instruction.cpp | 25 inst_({words_.data(), inst->num_words, inst->opcode, inst->ext_inst_type,
|
instruction.h | 84 const spv_ext_inst_type_t& ext_inst_type() const { function in class:spvtools::val::Instruction 85 return inst_.ext_inst_type;
|
validate_extensions.cpp | 84 const spv_ext_inst_type_t ext_inst_type = local 85 spv_ext_inst_type_t(inst->ext_inst_type()); 87 auto ext_inst_name = [&_, ext_inst_set, ext_inst_type, ext_inst_index]() { 89 if (_.grammar().lookupExtInst(ext_inst_type, ext_inst_index, &desc) != 106 if (ext_inst_type == SPV_EXT_INST_TYPE_GLSL_STD_450) { 800 } else if (ext_inst_type == SPV_EXT_INST_TYPE_OPENCL_STD) { [all...] |
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
instruction.cpp | 25 inst_({words_.data(), inst->num_words, inst->opcode, inst->ext_inst_type,
|
instruction.h | 84 const spv_ext_inst_type_t& ext_inst_type() const { function in class:spvtools::val::Instruction 85 return inst_.ext_inst_type;
|
validate_extensions.cpp | 84 const spv_ext_inst_type_t ext_inst_type = local 85 spv_ext_inst_type_t(inst->ext_inst_type()); 87 auto ext_inst_name = [&_, ext_inst_set, ext_inst_type, ext_inst_index]() { 89 if (_.grammar().lookupExtInst(ext_inst_type, ext_inst_index, &desc) != 106 if (ext_inst_type == SPV_EXT_INST_TYPE_GLSL_STD_450) { 800 } else if (ext_inst_type == SPV_EXT_INST_TYPE_OPENCL_STD) { [all...] |
/external/deqp-deps/SPIRV-Tools/source/ |
binary.cpp | 461 inst->ext_inst_type = ext_inst_type_iter->second; 474 assert(inst->ext_inst_type != SPV_EXT_INST_TYPE_NONE); 476 if (grammar_.lookupExtInst(inst->ext_inst_type, word, &ext_inst)) 585 const spv_ext_inst_type_t ext_inst_type = 587 if (SPV_EXT_INST_TYPE_NONE == ext_inst_type) { 594 _.import_id_to_ext_inst_type[inst->result_id] = ext_inst_type; [all...] |
text.cpp | 231 auto ext_inst_type = context->getExtInstTypeForId(pInst->words[3]); local 232 if (ext_inst_type == SPV_EXT_INST_TYPE_NONE) { 237 pInst->extInstType = ext_inst_type; 356 const spv_ext_inst_type_t ext_inst_type = local 358 if (SPV_EXT_INST_TYPE_NONE == ext_inst_type) { 364 ext_inst_type)))
|
disassemble.cpp | 220 if (grammar_.lookupExtInst(inst.ext_inst_type, word, &ext_inst))
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
binary.cpp | 465 inst->ext_inst_type = ext_inst_type_iter->second; 478 assert(inst->ext_inst_type != SPV_EXT_INST_TYPE_NONE); 480 if (grammar_.lookupExtInst(inst->ext_inst_type, word, &ext_inst)) 589 const spv_ext_inst_type_t ext_inst_type = 591 if (SPV_EXT_INST_TYPE_NONE == ext_inst_type) { 598 _.import_id_to_ext_inst_type[inst->result_id] = ext_inst_type; [all...] |
text.cpp | 231 auto ext_inst_type = context->getExtInstTypeForId(pInst->words[3]); local 232 if (ext_inst_type == SPV_EXT_INST_TYPE_NONE) { 237 pInst->extInstType = ext_inst_type; 356 const spv_ext_inst_type_t ext_inst_type = local 358 if (SPV_EXT_INST_TYPE_NONE == ext_inst_type) { 364 ext_inst_type)))
|
disassemble.cpp | 220 if (grammar_.lookupExtInst(inst.ext_inst_type, word, &ext_inst))
|
/external/deqp-deps/SPIRV-Tools/source/comp/ |
markv_codec.cpp | 618 const uint32_t ext_inst_type = inst_.ext_inst_type; local 622 if (ext_inst_type == SPV_EXT_INST_TYPE_GLSL_STD_450) { 670 } else if (ext_inst_type == SPV_EXT_INST_TYPE_OPENCL_STD) {
|
markv_decoder.cpp | 511 inst_.ext_inst_type = ext_inst_type_iter->second; 529 assert(inst_.ext_inst_type != SPV_EXT_INST_TYPE_NONE); 531 if (grammar_.lookupExtInst(inst_.ext_inst_type, word, &ext_inst)) 645 const spv_ext_inst_type_t ext_inst_type = local 647 if (SPV_EXT_INST_TYPE_NONE == ext_inst_type) { 656 import_id_to_ext_inst_type_.emplace(inst_.result_id, ext_inst_type) [all...] |
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
markv_codec.cpp | 618 const uint32_t ext_inst_type = inst_.ext_inst_type; local 622 if (ext_inst_type == SPV_EXT_INST_TYPE_GLSL_STD_450) { 670 } else if (ext_inst_type == SPV_EXT_INST_TYPE_OPENCL_STD) {
|
markv_decoder.cpp | 511 inst_.ext_inst_type = ext_inst_type_iter->second; 529 assert(inst_.ext_inst_type != SPV_EXT_INST_TYPE_NONE); 531 if (grammar_.lookupExtInst(inst_.ext_inst_type, word, &ext_inst)) 645 const spv_ext_inst_type_t ext_inst_type = local 647 if (SPV_EXT_INST_TYPE_NONE == ext_inst_type) { 656 import_id_to_ext_inst_type_.emplace(inst_.result_id, ext_inst_type) [all...] |
/external/deqp-deps/SPIRV-Tools/test/ |
binary_parse_test.cpp | 57 ext_inst_type(inst.ext_inst_type), 64 spv_ext_inst_type_t ext_inst_type; member in struct:spvtools::__anon20352::ParsedInstruction 71 ext_inst_type == b.ext_inst_type && type_id == b.type_id && 82 << " ext_inst_type: " << int(inst.ext_inst_type) 509 // Checks for non-zero values for the result_id and ext_inst_type members [all...] |
/external/swiftshader/third_party/SPIRV-Tools/test/ |
binary_parse_test.cpp | 57 ext_inst_type(inst.ext_inst_type), 64 spv_ext_inst_type_t ext_inst_type; member in struct:spvtools::__anon41286::ParsedInstruction 71 ext_inst_type == b.ext_inst_type && type_id == b.type_id && 82 << " ext_inst_type: " << int(inst.ext_inst_type) 511 // Checks for non-zero values for the result_id and ext_inst_type members [all...] |
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/ |
libspirv.h | 326 spv_ext_inst_type_t ext_inst_type; member in struct:spv_parsed_instruction_t
|
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/ |
libspirv.h | 326 spv_ext_inst_type_t ext_inst_type; member in struct:spv_parsed_instruction_t
|