OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:semantic_psize
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h
91
uint32_t
semantic_psize
;
member in struct:nv50_context::__anon19093
nv50_shader_state.c
287
psize = nv50->state.
semantic_psize
& ~NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK;
302
if (psize != nv50->state.
semantic_psize
) {
303
nv50->state.
semantic_psize
= psize;
476
nv50->state.
semantic_psize
= psiz;
Completed in 211 milliseconds