Home
last modified time | relevance | path

Searched refs:swizzle_xxxx (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c178 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/
Dnir_lower_bitmap.c113 options->swizzle_xxxx ? 0 : 3)); in lower_bitmap()
Dnir.h5294 bool swizzle_xxxx; member
/third_party/mesa3d/src/compiler/glsl/
Dir_builder.h221 ir_swizzle *swizzle_xxxx(operand a);
Dir_builder.cpp102 swizzle_xxxx(operand a) in swizzle_xxxx() function
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2773 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/
Dff_fragment_shader.cpp509 return swizzle_xxxx(val); in smear()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c964 options.swizzle_xxxx = st->bitmap.tex_format == PIPE_FORMAT_R8_UNORM; in st_create_fp_variant()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c4022 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/
Dradv_image.c703 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()