Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c522 CLAMPED_FLOAT_TO_UBYTE(con_byte[0], ctx->ATIFragmentShader.GlobalConstants[i][0]); in r200UpdateFSConstants()
523 CLAMPED_FLOAT_TO_UBYTE(con_byte[1], ctx->ATIFragmentShader.GlobalConstants[i][1]); in r200UpdateFSConstants()
524 CLAMPED_FLOAT_TO_UBYTE(con_byte[2], ctx->ATIFragmentShader.GlobalConstants[i][2]); in r200UpdateFSConstants()
525 CLAMPED_FLOAT_TO_UBYTE(con_byte[3], ctx->ATIFragmentShader.GlobalConstants[i][3]); in r200UpdateFSConstants()
/third_party/skia/third_party/externals/tint/src/transform/
Dsingle_entry_point_test.cc189 TEST_F(SingleEntryPointTest, GlobalConstants) { in TEST_F() argument
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c99 st->ctx->ATIFragmentShader.GlobalConstants[c], in st_upload_constants()
/third_party/mesa3d/src/mesa/swrast/
Ds_atifragshader.c346 ctx->ATIFragmentShader.GlobalConstants[index - GL_CON_0_ATI]); in execute_shader()
/third_party/mesa3d/src/mesa/main/
Datifragshader.c819 COPY_4V(ctx->ATIFragmentShader.GlobalConstants[dstindex], value); in _mesa_SetFragmentShaderConstantATI()
Dmtypes.h2492 GLfloat GlobalConstants[8][4]; member