HomeSort by relevance Sort by last modified time
    Searched refs:writemask (Results 126 - 150 of 161) sorted by null

1 2 3 4 56 7

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 546 dst->WriteMask = mask ? mask : WRITEMASK_XYZW;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 460 dsa.depth.writemask = 1;
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 193 reg = writemask( dst(emit->ps_true_pos),
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.h 144 GLuint writemask:4; member in struct:brw_wm_instruction
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 546 dst->WriteMask = mask ? mask : WRITEMASK_XYZW;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 75 unsigned WriteMask : 4; /* TGSI_WRITEMASK_ */
    [all...]
tgsi_exec.c 585 uint writemask = inst->Dst[0].Register.WriteMask; local
586 if (writemask == TGSI_WRITEMASK_X ||
587 writemask == TGSI_WRITEMASK_Y ||
588 writemask == TGSI_WRITEMASK_Z ||
589 writemask == TGSI_WRITEMASK_W ||
590 writemask == TGSI_WRITEMASK_NONE) {
606 if (inst->Dst[0].Register.WriteMask & (1 << chan)) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dump_state.c 484 util_dump_member(stream, bool, &state->depth, writemask);
502 util_dump_member(stream, uint, &state->stencil[i], writemask);
u_blitter.c 91 void *blend_write_color; /**< blend state with writemask of RGBA */
92 void *blend_keep_color; /**< blend state with writemask of 0 */
185 dsa.depth.writemask = 1;
196 dsa.stencil[0].writemask = 0xff;
201 dsa.depth.writemask = 0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.h 206 ubyte writemask[2]; member in struct:r600_pipe_dsa
305 ubyte writemask[2]; member in struct:r600_stencil_ref
evergreen_state.c 791 dsa->writemask[0] = state->stencil[0].writemask;
792 dsa->writemask[1] = state->stencil[1].writemask;
798 S_028800_Z_WRITE_ENABLE(state->depth.writemask) |
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 75 unsigned WriteMask : 4; /* TGSI_WRITEMASK_ */
    [all...]
tgsi_exec.c 585 uint writemask = inst->Dst[0].Register.WriteMask; local
586 if (writemask == TGSI_WRITEMASK_X ||
587 writemask == TGSI_WRITEMASK_Y ||
588 writemask == TGSI_WRITEMASK_Z ||
589 writemask == TGSI_WRITEMASK_W ||
590 writemask == TGSI_WRITEMASK_NONE) {
606 if (inst->Dst[0].Register.WriteMask & (1 << chan)) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 484 util_dump_member(stream, bool, &state->depth, writemask);
502 util_dump_member(stream, uint, &state->stencil[i], writemask);
u_blitter.c 91 void *blend_write_color; /**< blend state with writemask of RGBA */
92 void *blend_keep_color; /**< blend state with writemask of 0 */
185 dsa.depth.writemask = 1;
196 dsa.stencil[0].writemask = 0xff;
201 dsa.depth.writemask = 0;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 206 ubyte writemask[2]; member in struct:r600_pipe_dsa
305 ubyte writemask[2]; member in struct:r600_stencil_ref
evergreen_state.c 791 dsa->writemask[0] = state->stencil[0].writemask;
792 dsa->writemask[1] = state->stencil[1].writemask;
798 S_028800_Z_WRITE_ENABLE(state->depth.writemask) |
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 520 state.depth.writemask = depth_stencil_state_desc->DepthWriteMask;
534 state.stencil[0].writemask = depth_stencil_state_desc->StencilWriteMask;
541 state.stencil[1].writemask = depth_stencil_state_desc->StencilWriteMask;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 520 state.depth.writemask = depth_stencil_state_desc->DepthWriteMask;
534 state.stencil[0].writemask = depth_stencil_state_desc->StencilWriteMask;
541 state.stencil[1].writemask = depth_stencil_state_desc->StencilWriteMask;
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 719 return translateMaskRegister(mcInst, insn.writemask);
X86DisassemblerDecoder.h 580 // The writemask for AVX-512 instructions which is contained in EVEX.aaa
581 Reg writemask; member in struct:llvm::X86Disassembler::InternalInstruction
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.c 461 dsa.depth.writemask = 0;
470 dsa.stencil[i].writemask = 0;
    [all...]
vl_mpeg12_decoder.c 781 dsa.depth.writemask = 0;
790 dsa.stencil[i].writemask = 0;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 461 dsa.depth.writemask = 0;
470 dsa.stencil[i].writemask = 0;
    [all...]
vl_mpeg12_decoder.c 781 dsa.depth.writemask = 0;
790 dsa.stencil[i].writemask = 0;
    [all...]

Completed in 951 milliseconds

1 2 3 4 56 7