Searched refs:swizzle_xxxx (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_alu.c | 178 static struct rc_src_register swizzle_xxxx(struct rc_src_register reg) in swizzle_xxxx() function 377 negate(swizzle_xxxx(srctemp)), in transform_LIT() 412 emit1(c, inst->Prev, RC_OPCODE_LG2, NULL, tempdst, swizzle_xxxx(inst->U.I.SrcReg[0])); in transform_POW() 413 emit2(c, inst->Prev, RC_OPCODE_MUL, NULL, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW() 893 swizzle_xxxx(src), in sin_approx() 897 absolute(swizzle_xxxx(src)), in sin_approx() 898 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))); in sin_approx() 900 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)), in sin_approx() 901 absolute(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))), in sin_approx() 902 negate(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)))); in sin_approx() [all …]
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_bitmap.c | 113 options->swizzle_xxxx ? 0 : 3)); in lower_bitmap()
|
D | nir.h | 5294 bool swizzle_xxxx; member
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_builder.h | 221 ir_swizzle *swizzle_xxxx(operand a);
|
D | ir_builder.cpp | 102 swizzle_xxxx(operand a) in swizzle_xxxx() function
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 2773 const unsigned char swizzle_xxxx[4] = {0, 0, 0, 0}; in r600_translate_texformat() local 2830 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat() 2835 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat() 2846 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat() 2850 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat() 2856 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat() 2868 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat()
|
/third_party/mesa3d/src/mesa/main/ |
D | ff_fragment_shader.cpp | 509 return swizzle_xxxx(val); in smear()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 964 options.swizzle_xxxx = st->bitmap.tex_format == PIPE_FORMAT_R8_UNORM; in st_create_fp_variant()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 4022 const unsigned char swizzle_xxxx[4] = {0, 0, 0, 0}; in gfx10_make_texture_descriptor() local 4044 util_format_compose_swizzles(swizzle_xxxx, state_swizzle, swizzle); in gfx10_make_texture_descriptor() 4210 const unsigned char swizzle_xxxx[4] = {0, 0, 0, 0}; in si_make_texture_descriptor() local 4232 util_format_compose_swizzles(swizzle_xxxx, state_swizzle, swizzle); in si_make_texture_descriptor()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 703 const unsigned char swizzle_xxxx[4] = {PIPE_SWIZZLE_X, PIPE_SWIZZLE_0, PIPE_SWIZZLE_0, in radv_compose_swizzle() local 705 vk_format_compose_swizzles(mapping, swizzle_xxxx, swizzle); in radv_compose_swizzle()
|