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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 82 found |= key_debug(brw, "alphatest, computed depth, depth test, or "
85 found |= key_debug(brw, "depth statistics",
87 found |= key_debug(brw, "flat shading",
89 found |= key_debug(brw, "number of color buffers",
91 found |= key_debug(brw, "MRT alpha test or alpha-to-coverage",
93 found |= key_debug(brw, "fragment color clamping",
95 found |= key_debug(brw, "per-sample interpolation",
97 found |= key_debug(brw, "multisampled FBO",
99 found |= key_debug(brw, "frag coord adds sample pos",
102 found |= key_debug(brw, "line smoothing"
    [all...]
brw_vs.c 132 found |= key_debug(brw, "Vertex attrib w/a flags",
137 found |= key_debug(brw, "legacy user clipping",
141 found |= key_debug(brw, "copy edgeflag",
143 found |= key_debug(brw, "PointCoord replace",
145 found |= key_debug(brw, "vertex color clamping",
brw_tcs.c 136 found |= key_debug(brw, "input vertices", old_key->input_vertices,
138 found |= key_debug(brw, "outputs written", old_key->outputs_written,
140 found |= key_debug(brw, "patch outputs written", old_key->patch_outputs_written,
142 found |= key_debug(brw, "TES primitive mode", old_key->tes_primitive_mode,
144 found |= key_debug(brw, "quads and equal_spacing workaround",
brw_tes.c 55 found |= key_debug(brw, "inputs read", old_key->inputs_read,
57 found |= key_debug(brw, "patch inputs read", old_key->patch_inputs_read,
brw_context.h 1416 key_debug(struct brw_context *brw, const char *name, int a, int b) function
    [all...]

Completed in 318 milliseconds