HomeSort by relevance Sort by last modified time
    Searched refs:VERT_RESULT_PSIZ (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.c 85 assign_vue_slot(vue_map, VERT_RESULT_PSIZ);
102 assign_vue_slot(vue_map, VERT_RESULT_PSIZ);
119 assign_vue_slot(vue_map, VERT_RESULT_PSIZ);
gen7_sol_state.c 136 /* gl_PointSize is stored in VERT_RESULT_PSIZ.w. */
137 if (vert_result == VERT_RESULT_PSIZ) {
brw_clip_util.c 163 } else if (vert_result == VERT_RESULT_PSIZ ||
brw_wm_pass2.c 97 if (j == VERT_RESULT_PSIZ)
brw_vec4_visitor.cpp     [all...]
brw_vs_emit.c 148 if (vert_result == VERT_RESULT_HPOS || vert_result == VERT_RESULT_PSIZ) {
    [all...]
brw_gs_emit.c 449 /* gl_PointSize is stored in VERT_RESULT_PSIZ.w. */
450 vertex_slot.dw1.bits.swizzle = vert_result == VERT_RESULT_PSIZ
brw_fs.cpp 958 if (i == VERT_RESULT_PSIZ)
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 438 (program->Base.OutputsWritten & BITFIELD64_BIT(VERT_RESULT_PSIZ)) == 0) {
440 store->results[VERT_RESULT_PSIZ].data[i][0] = ctx->Point.Size;
481 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->results[VERT_RESULT_PSIZ];
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 196 if (vertProg->Base.OutputsWritten & BITFIELD64_BIT(VERT_RESULT_PSIZ)) {
st_program.c 244 case VERT_RESULT_PSIZ:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 445 if (vp_out & BITFIELD64_BIT(VERT_RESULT_PSIZ)) {
r200_vertprog.c 188 case VERT_RESULT_PSIZ:
438 (1 << VERT_RESULT_TEX5) | (1 << VERT_RESULT_PSIZ))) != 0) {
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c     [all...]
mtypes.h 230 VERT_RESULT_PSIZ = 12,
348 * (VERT_RESULT_PSIZ, VERT_RESULT_BFC0, VERT_RESULT_BFC1, and
    [all...]
  /external/mesa3d/src/glsl/
builtin_variables.cpp 51 { ir_var_out, VERT_RESULT_PSIZ, "float", "gl_PointSize" },
    [all...]
  /external/mesa3d/src/mesa/program/
program_parse.y     [all...]

Completed in 368 milliseconds