Home
last modified time | relevance | path

Searched refs:swizzle_yyyy (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c183 static struct rc_src_register swizzle_yyyy(struct rc_src_register reg) in swizzle_yyyy() function
365 swizzle_yyyy(srctemp)); in transform_LIT()
896 swizzle_yyyy(srcreg(RC_FILE_TEMPORARY, tempreg)), in sin_approx()
904 swizzle_yyyy(srcreg(RC_FILE_TEMPORARY, tempreg)), in sin_approx()
951 swizzle_yyyy(srcreg(RC_FILE_CONSTANT, constants[1]))); in r300_transform_trig_simple()
985 swizzle_yyyy(srcreg(RC_FILE_TEMPORARY, tempreg)), in r300_transform_trig_simple()
/third_party/mesa3d/src/compiler/glsl/
Dir_builder.h222 ir_swizzle *swizzle_yyyy(operand a);
Dir_builder.cpp108 swizzle_yyyy(operand a) in swizzle_yyyy() function
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2774 const unsigned char swizzle_yyyy[4] = {1, 1, 1, 1}; in r600_translate_texformat() local
2842 word4 |= r600_get_swizzle_combined(swizzle_yyyy, swizzle_view, FALSE); in r600_translate_texformat()
2861 word4 |= r600_get_swizzle_combined(swizzle_yyyy, swizzle_view, FALSE); in r600_translate_texformat()
2873 word4 |= r600_get_swizzle_combined(swizzle_yyyy, swizzle_view, FALSE); in r600_translate_texformat()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c4023 const unsigned char swizzle_yyyy[4] = {1, 1, 1, 1}; in gfx10_make_texture_descriptor() local
4031 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle); in gfx10_make_texture_descriptor()
4211 const unsigned char swizzle_yyyy[4] = {1, 1, 1, 1}; in si_make_texture_descriptor() local
4218 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle); in si_make_texture_descriptor()
4229 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle); in si_make_texture_descriptor()