| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_nir_lower_ycbcr_textures.c | 149 nir_fdot4(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[0])), 150 nir_fdot4(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[1])), 151 nir_fdot4(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[2]))
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_nir_lower_ycbcr_textures.c | 148 nir_fdot4(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[0])), 149 nir_fdot4(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[1])), 150 nir_fdot4(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[2]))
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_builtin_builder.c | 75 case 4: return nir_fsqrt(b, nir_fdot4(b, vec, vec));
|
| H A D | nir_lower_clip.c | 240 clipdist[plane] = nir_fdot4(&b, ucp, cv);
|
| H A D | nir_builder.h | 560 case 4: return nir_fdot4(build, src0, src1);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atifs_to_nir.c | 274 return nir_channel_vec4(t->b, nir_fdot4(t->b,src[0], src[1]), 0);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_to_nir.c | 433 ptn_move_dest(b, dest, nir_fdot4(b, src[0], src[1]));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_to_nir.c | 455 ptn_move_dest(b, dest, nir_fdot4(b, src[0], src[1]));
|
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| H A D | nir_builder_opcodes.h | 444 nir_fdot4(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) function in typeref:typename:nir_ssa_def *
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_builder.h | 622 case 4: return nir_fdot4(build, src0, src1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | glsl_to_nir.cpp | 2255 case 4: result = nir_fdot4(&b, srcs[0], srcs[1]); break;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 971 ttn_move_dest(b, dest, nir_fdot4(b, src[0], src[1]));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1081 ttn_move_dest(b, dest, nir_fdot4(b, src[0], src[1]));
|
| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| H A D | nir_builder_opcodes.h | 949 nir_fdot4(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) function in typeref:typename:nir_ssa_def *
|