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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.h 38 uint32_t semantic_color; member in struct:nv50_graph_state
nv50_shader_state.c 370 color = nv50->state.semantic_color & ~NV50_3D_SEMANTIC_COLOR_CLMP_EN;
375 if (color != nv50->state.semantic_color) {
376 nv50->state.semantic_color = color;
377 BEGIN_NV04(push, NV50_3D(SEMANTIC_COLOR), 1);
441 ffc = (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_FFC0_ID__MASK);
442 bfc = (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_BFC0_ID__MASK)
581 nv50->state.semantic_color = colors;

Completed in 645 milliseconds