Searched refs:color_clear_value (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.h631 uint32_t color_clear_value; /* RGBA8 or RGBA1010102 */ member in struct:r300_context
H A Dr300_blit.c196 r300->color_clear_value = uc.ui[0];
H A Dr300_emit.c437 OUT_CS_REG(R300_RB3D_COLOR_CLEAR_VALUE, r300->color_clear_value);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.h631 uint32_t color_clear_value; /* RGBA8 or RGBA1010102 */ member in struct:r300_context
H A Dr300_blit.c196 r300->color_clear_value = uc.ui[0];
H A Dr300_emit.c437 OUT_CS_REG(R300_RB3D_COLOR_CLEAR_VALUE, r300->color_clear_value);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_clear.c83 if (memcmp(tex->color_clear_value, &uc, 2 * sizeof(uint32_t)) == 0)
86 memcpy(tex->color_clear_value, &uc, 2 * sizeof(uint32_t));
H A Dsi_pipe.h296 unsigned color_clear_value[2]; member in struct:si_texture
H A Dsi_state.c3134 radeon_emit(cs, tex->color_clear_value[0]); /* CB_COLOR0_CLEAR_WORD0 */
3135 radeon_emit(cs, tex->color_clear_value[1]); /* CB_COLOR0_CLEAR_WORD1 */
3195 radeon_emit(cs, tex->color_clear_value[0]); /* CB_COLOR0_CLEAR_WORD0 */
3196 radeon_emit(cs, tex->color_clear_value[1]); /* CB_COLOR0_CLEAR_WORD1 */
H A Dsi_texture.c576 memcpy(tex->color_clear_value, new_tex->color_clear_value,
577 sizeof(tex->color_clear_value));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h227 unsigned color_clear_value[2]; member in struct:r600_texture
H A Devergreen_state.c1758 radeon_emit(cs, rtex ? rtex->color_clear_value[0] : 0); /* R_028C8C_CB_COLOR0_CLEAR_WORD0 */
1759 radeon_emit(cs, rtex ? rtex->color_clear_value[1] : 0); /* R_028C90_CB_COLOR0_CLEAR_WORD1 */
1888 radeon_emit(cs, tex->color_clear_value[0]); /* R_028C8C_CB_COLOR0_CLEAR_WORD0 */
1889 radeon_emit(cs, tex->color_clear_value[1]); /* R_028C90_CB_COLOR0_CLEAR_WORD1 */
H A Dr600_texture.c1766 memcpy(rtex->color_clear_value, &uc, 2 * sizeof(uint32_t));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h223 unsigned color_clear_value[2]; member in struct:r600_texture
H A Devergreen_state.c1764 radeon_emit(cs, rtex ? rtex->color_clear_value[0] : 0); /* R_028C8C_CB_COLOR0_CLEAR_WORD0 */
1765 radeon_emit(cs, rtex ? rtex->color_clear_value[1] : 0); /* R_028C90_CB_COLOR0_CLEAR_WORD1 */
1894 radeon_emit(cs, tex->color_clear_value[0]); /* R_028C8C_CB_COLOR0_CLEAR_WORD0 */
1895 radeon_emit(cs, tex->color_clear_value[1]); /* R_028C90_CB_COLOR0_CLEAR_WORD1 */
H A Dr600_texture.c1734 memcpy(rtex->color_clear_value, &uc, 2 * sizeof(uint32_t));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_clear.c153 if (memcmp(tex->color_clear_value, &uc, 2 * sizeof(uint32_t)) == 0)
156 memcpy(tex->color_clear_value, &uc, 2 * sizeof(uint32_t));
H A Dsi_texture.c488 memcpy(tex->color_clear_value, new_tex->color_clear_value, sizeof(tex->color_clear_value));
H A Dsi_state.c3150 radeon_emit(tex->color_clear_value[0]); /* CB_COLOR0_CLEAR_WORD0 */
3151 radeon_emit(tex->color_clear_value[1]); /* CB_COLOR0_CLEAR_WORD1 */
3195 radeon_emit(tex->color_clear_value[0]); /* CB_COLOR0_CLEAR_WORD0 */
3196 radeon_emit(tex->color_clear_value[1]); /* CB_COLOR0_CLEAR_WORD1 */
3257 radeon_emit(tex->color_clear_value[0]); /* CB_COLOR0_CLEAR_WORD0 */
3258 radeon_emit(tex->color_clear_value[1]); /* CB_COLOR0_CLEAR_WORD1 */
H A Dsi_pipe.h351 unsigned color_clear_value[2]; member in struct:si_texture
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D12.0.0.rst157 dEQP-GLES3.functional.state_query.floats.{blend_color,color_clear_value,depth_clear_value}_getinteger64

Completed in 62 milliseconds