Home
last modified time | relevance | path

Searched refs:vec_inst (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/val/
H A Dvalidation_state.cpp847 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
848 assert(vec_inst); in GetMatrixTypeInfo()
850 if (vec_inst->opcode() != SpvOpTypeVector) { in GetMatrixTypeInfo()
856 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
858 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidation_state.cpp844 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
845 assert(vec_inst); in GetMatrixTypeInfo()
847 if (vec_inst->opcode() != SpvOpTypeVector) { in GetMatrixTypeInfo()
853 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
855 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidation_state.cpp844 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
845 assert(vec_inst); in GetMatrixTypeInfo()
847 if (vec_inst->opcode() != SpvOpTypeVector) { in GetMatrixTypeInfo()
853 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
855 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp813 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
814 assert(vec_inst); in GetMatrixTypeInfo()
816 if (vec_inst->opcode() != SpvOpTypeVector) { in GetMatrixTypeInfo()
822 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
824 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/val/
H A Dvalidation_state.cpp813 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
814 assert(vec_inst); in GetMatrixTypeInfo()
816 if (vec_inst->opcode() != SpvOpTypeVector) { in GetMatrixTypeInfo()
822 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
824 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp903 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
904 assert(vec_inst); in GetMatrixTypeInfo()
906 if (vec_inst->opcode() != SpvOpTypeVector) { in GetMatrixTypeInfo()
912 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
914 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/val/
H A Dvalidation_state.cpp903 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
904 assert(vec_inst); in GetMatrixTypeInfo()
906 if (vec_inst->opcode() != SpvOpTypeVector) { in GetMatrixTypeInfo()
912 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
914 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/nir/
H A Dnir_opt_algebraic.py1829 vec_inst = ('vec' + str(i),) variable
1841 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
1842 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_algebraic.py2354 vec_inst = ('vec' + str(i),) variable
2366 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
2371 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_algebraic.py2354 vec_inst = ('vec' + str(i),) variable
2366 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
2371 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_algebraic.py2354 vec_inst = ('vec' + str(i),) variable
2366 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
2371 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_algebraic.py2354 vec_inst = ('vec' + str(i),) variable
2366 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
2371 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_algebraic.py2354 vec_inst = ('vec' + str(i),) variable
2366 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
2371 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_algebraic.py2354 vec_inst = ('vec' + str(i),) variable
2366 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
2371 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_algebraic.py2354 vec_inst = ('vec' + str(i),) variable
2366 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
2371 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_algebraic.py2354 vec_inst = ('vec' + str(i),) variable
2366 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
2371 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_algebraic.py2354 vec_inst = ('vec' + str(i),) variable
2366 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
2371 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_opt_algebraic.py2442 vec_inst = ('vec' + str(i),) variable
2454 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
2459 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')