HomeSort by: relevance | last modified time | path
    Searched refs:PIPE_SWIZZLE_NONE (Results 1 - 25 of 28) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_shader.c 172 PIPE_SWIZZLE_NONE
182 PIPE_SWIZZLE_NONE
192 PIPE_SWIZZLE_NONE
202 PIPE_SWIZZLE_NONE
212 PIPE_SWIZZLE_NONE
222 PIPE_SWIZZLE_NONE
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_shader.c 173 PIPE_SWIZZLE_NONE
183 PIPE_SWIZZLE_NONE
193 PIPE_SWIZZLE_NONE
203 PIPE_SWIZZLE_NONE
213 PIPE_SWIZZLE_NONE
223 PIPE_SWIZZLE_NONE
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 277 if (alpha_swizzle != PIPE_SWIZZLE_NONE) {
329 unsigned alpha_swizzle = PIPE_SWIZZLE_NONE;
400 alpha_swizzle != PIPE_SWIZZLE_NONE) {
lp_bld_depth.c 363 if (z_swizzle == PIPE_SWIZZLE_NONE)
394 if (s_swizzle == PIPE_SWIZZLE_NONE)
887 assert(z_swizzle != PIPE_SWIZZLE_NONE ||
888 s_swizzle != PIPE_SWIZZLE_NONE);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 277 if (alpha_swizzle != PIPE_SWIZZLE_NONE) {
329 unsigned alpha_swizzle = PIPE_SWIZZLE_NONE;
400 alpha_swizzle != PIPE_SWIZZLE_NONE) {
lp_bld_depth.c 362 if (z_swizzle == PIPE_SWIZZLE_NONE)
393 if (s_swizzle == PIPE_SWIZZLE_NONE)
876 assert(z_swizzle != PIPE_SWIZZLE_NONE ||
877 s_swizzle != PIPE_SWIZZLE_NONE);
lp_screen.c 548 if (format_desc->swizzle[0] == PIPE_SWIZZLE_NONE) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_conv.h 237 return PIPE_SWIZZLE_NONE;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_format.c 49 case PIPE_SWIZZLE_NONE:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_format.h 538 desc->swizzle[0] != PIPE_SWIZZLE_NONE;
545 desc->swizzle[1] != PIPE_SWIZZLE_NONE;
618 depth_channel != PIPE_SWIZZLE_NONE) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_format.c 192 PIPE_SWIZZLE_0, PIPE_SWIZZLE_1, PIPE_SWIZZLE_NONE }
  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format.h 548 desc->swizzle[0] != PIPE_SWIZZLE_NONE;
555 desc->swizzle[1] != PIPE_SWIZZLE_NONE;
628 depth_channel != PIPE_SWIZZLE_NONE) {
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
v3d_nir_lower_logic_ops.c 104 case PIPE_SWIZZLE_NONE:
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
translate_sse.c 470 { PIPE_SWIZZLE_NONE, PIPE_SWIZZLE_NONE,
471 PIPE_SWIZZLE_NONE, PIPE_SWIZZLE_NONE };
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_context.h 511 case PIPE_SWIZZLE_NONE: return VK_COMPONENT_SWIZZLE_IDENTITY; // ???
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_defines.h 657 PIPE_SWIZZLE_NONE,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
translate_sse.c 470 { PIPE_SWIZZLE_NONE, PIPE_SWIZZLE_NONE,
471 PIPE_SWIZZLE_NONE, PIPE_SWIZZLE_NONE };
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_defines.h 622 PIPE_SWIZZLE_NONE,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 84 } else if (desc->swizzle[0] == PIPE_SWIZZLE_NONE) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
basetexture9.c 482 s == PIPE_SWIZZLE_NONE)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 84 } else if (desc->swizzle[0] == PIPE_SWIZZLE_NONE) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
basetexture9.c 487 s == PIPE_SWIZZLE_NONE)
  /xsrc/external/mit/MesaLib/src/util/format/
u_format_table.c     [all...]
  /xsrc/external/mit/MesaLib.old/src/gallium/auxiliary/
u_format_table.c     [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
agx_state.c 399 STATIC_ASSERT((enum agx_channel) PIPE_SWIZZLE_NONE & 0x4);

Completed in 132 milliseconds

1 2