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

  /external/mesa3d/src/mesa/main/
shader_query.cpp 280 * FRAG_RESULT_DATA0 because that's how the linker differentiates
283 shProg->FragDataBindings->put(colorNumber + FRAG_RESULT_DATA0, name);
327 /* The extra check against FRAG_RESULT_DATA0 is because
338 || var->location < FRAG_RESULT_DATA0)
383 /* The extra check against FRAG_RESULT_DATA0 is because
394 || var->location < FRAG_RESULT_DATA0)
398 return var->location - FRAG_RESULT_DATA0;
mtypes.h 433 FRAG_RESULT_DATA0 = 3,
434 FRAG_RESULT_MAX = (FRAG_RESULT_DATA0 + MAX_DRAW_BUFFERS)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 241 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_DATA0 + buf)) {
243 machine->Outputs[FRAG_RESULT_DATA0 + buf]);
s_span.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_state.c 58 fp->Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DATA0 + i)) &&
brw_fs_visitor.cpp 76 assert(ir->location == FRAG_RESULT_DATA0);
89 assert(ir->location >= FRAG_RESULT_DATA0 &&
90 ir->location < FRAG_RESULT_DATA0 + BRW_MAX_DRAW_BUFFERS);
98 int output = ir->location - FRAG_RESULT_DATA0 + i;
    [all...]
brw_wm_fp.c 984 outcolor = src_reg(PROGRAM_OUTPUT, FRAG_RESULT_DATA0 + i);
  /external/mesa3d/src/glsl/
linker.cpp     [all...]
builtin_variables.cpp     [all...]
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/mesa/program/
program_parse.y     [all...]
prog_print.c 309 "result.color[0]", /* FRAG_RESULT_DATA0 (named for GLSL's gl_FragData) */
324 assert(strcmp(fragResults[FRAG_RESULT_DATA0], "result.color[0]") == 0);
    [all...]
program.c 991 return index < FRAG_RESULT_DATA0 + ctx->Const.MaxDrawBuffers;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_program.c 664 (FRAG_RESULT_DATA0 <= attr && attr < FRAG_RESULT_MAX));
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 211 case FRAG_RESULT_DATA0:
    [all...]

Completed in 64 milliseconds