Searched refs:ext_inst_index (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | markv_codec.cpp | 619 const uint32_t ext_inst_index = GetInstWords()[4]; in GetRuleBasedMtf() local 623 switch (ext_inst_index) { in GetRuleBasedMtf() 671 switch (ext_inst_index) { in GetRuleBasedMtf()
|
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
D | markv_codec.cpp | 619 const uint32_t ext_inst_index = GetInstWords()[4]; in GetRuleBasedMtf() local 623 switch (ext_inst_index) { in GetRuleBasedMtf() 671 switch (ext_inst_index) { in GetRuleBasedMtf()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 83 const uint32_t ext_inst_index = inst->word(4); in ValidateExtInst() local 87 auto ext_inst_name = [&_, ext_inst_set, ext_inst_type, ext_inst_index]() { in ValidateExtInst() 89 if (_.grammar().lookupExtInst(ext_inst_type, ext_inst_index, &desc) != in ValidateExtInst() 107 const GLSLstd450 ext_inst_key = GLSLstd450(ext_inst_index); in ValidateExtInst() 802 OpenCLLIB::Entrypoints(ext_inst_index); in ValidateExtInst()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 83 const uint32_t ext_inst_index = inst->word(4); in ValidateExtInst() local 87 auto ext_inst_name = [&_, ext_inst_set, ext_inst_type, ext_inst_index]() { in ValidateExtInst() 89 if (_.grammar().lookupExtInst(ext_inst_type, ext_inst_index, &desc) != in ValidateExtInst() 107 const GLSLstd450 ext_inst_key = GLSLstd450(ext_inst_index); in ValidateExtInst() 802 OpenCLLIB::Entrypoints(ext_inst_index); in ValidateExtInst()
|