Home
last modified time | relevance | path

Searched refs:LocalConstDef (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c94 if (ati_fs->LocalConstDef & (1 << c)) in st_upload_constants()
Dst_atifs_to_nir.c156 if (t->atifs->LocalConstDef & (1 << index)) { in get_source()
/third_party/mesa3d/src/mesa/main/
Datifragshader.c343 ctx->ATIFragmentShader.Current->LocalConstDef = 0; in _mesa_BeginFragmentShaderATI()
815 curProg->LocalConstDef |= 1 << dstindex; in _mesa_SetFragmentShaderConstantATI()
Dmtypes.h2465 GLbitfield LocalConstDef; /**< Indicates which constants have been set */ member
/third_party/mesa3d/src/mesa/swrast/
Ds_atifragshader.c341 if (shader->LocalConstDef & (1 << (index - GL_CON_0_ATI))) { in execute_shader()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c515 if ((shader->LocalConstDef >> i) & 1) { in r200UpdateFSConstants()