HomeSort by relevance Sort by last modified time
    Searched defs:frag_face (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_ra.c 264 bool frag_face; member in struct:ir3_ra_ctx
1030 if (ctx->frag_face && (i < ir->ninputs) && ir->inputs[i]) {
1036 /* if we have frag_face, it gets hr0.x */
1111 bool frag_coord, bool frag_face)
1116 .frag_face = frag_face,
ir3_shader.h 149 bool frag_coord, frag_face, color0_mrt; member in struct:ir3_shader_variant
ir3_compiler_nir.c 69 struct ir3_instruction *frag_pos, *frag_face, *frag_coord[4]; member in struct:ir3_compile
    [all...]

Completed in 349 milliseconds