Searched refs:is_gather (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c310 boolean is_gather,
406 if (!is_gather) {
462 if (!is_gather) {
565 if (!is_gather) {
1000 boolean is_gather,
1060 lp_build_sample_wrap_linear(bld, is_gather, coords[0], width_vec,
1071 lp_build_sample_wrap_linear(bld, is_gather, coords[1], height_vec,
1082 lp_build_sample_wrap_linear(bld, is_gather, coords[2], depth_vec,
1335 assert(!is_gather);
1403 if (!is_gather) {
309 lp_build_sample_wrap_linear(struct lp_build_sample_context * bld,boolean is_gather,LLVMValueRef coord,LLVMValueRef length,LLVMValueRef length_f,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode,LLVMValueRef * x0_out,LLVMValueRef * x1_out,LLVMValueRef * weight_out) argument
999 lp_build_sample_image_linear(struct lp_build_sample_context * bld,boolean is_gather,LLVMValueRef size,LLVMValueRef linear_mask,LLVMValueRef row_stride_vec,LLVMValueRef img_stride_vec,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef colors_out[4]) argument
1746 lp_build_sample_mipmap(struct lp_build_sample_context * bld,unsigned img_filter,unsigned mip_filter,boolean is_gather,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef ilevel0,LLVMValueRef ilevel1,LLVMValueRef lod_fpart,LLVMValueRef * colors_out) argument
2424 lp_build_sample_general(struct lp_build_sample_context * bld,unsigned sampler_unit,boolean is_gather,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef lod_positive,LLVMValueRef lod_fpart,LLVMValueRef ilevel0,LLVMValueRef ilevel1,LLVMValueRef * colors_out) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c320 boolean is_gather,
416 if (!is_gather) {
472 if (!is_gather) {
575 if (!is_gather) {
1010 boolean is_gather,
1045 if (is_gather) {
1086 lp_build_sample_wrap_linear(bld, is_gather, coords[0], width_vec,
1097 lp_build_sample_wrap_linear(bld, is_gather, coords[1], height_vec,
1108 lp_build_sample_wrap_linear(bld, is_gather, coords[2], depth_vec,
1361 assert(!is_gather);
319 lp_build_sample_wrap_linear(struct lp_build_sample_context * bld,boolean is_gather,LLVMValueRef coord,LLVMValueRef length,LLVMValueRef length_f,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode,LLVMValueRef * x0_out,LLVMValueRef * x1_out,LLVMValueRef * weight_out) argument
1009 lp_build_sample_image_linear(struct lp_build_sample_context * bld,boolean is_gather,LLVMValueRef size,LLVMValueRef linear_mask,LLVMValueRef row_stride_vec,LLVMValueRef img_stride_vec,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef colors_out[4]) argument
1782 lp_build_sample_mipmap(struct lp_build_sample_context * bld,unsigned img_filter,unsigned mip_filter,boolean is_gather,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef ilevel0,LLVMValueRef ilevel1,LLVMValueRef lod_fpart,LLVMValueRef * colors_out) argument
2073 lp_build_sample_aniso(struct lp_build_sample_context * bld,unsigned img_filter,unsigned mip_filter,boolean is_gather,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef ilevel0,LLVMValueRef ilevel1,LLVMValueRef lod_fpart,LLVMValueRef * colors_out) argument
2910 lp_build_sample_general(struct lp_build_sample_context * bld,unsigned sampler_unit,boolean is_gather,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef lod_positive,LLVMValueRef lod_fpart,LLVMValueRef ilevel0,LLVMValueRef ilevel1,LLVMValueRef * colors_out) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2772 const bool is_gather = (control == TGSI_SAMPLER_GATHER); local in function:sample_compare
2800 for (v = 0; v < (is_gather ? TGSI_NUM_CHANNELS : 1); v++) {
2852 if (is_gather) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c969 bool is_gather = devinfo->ver < 8 && tex->op == nir_texop_tg4; local in function:crocus_setup_binding_table
979 if (is_gather && devinfo->ver == 6 && key->gfx6_gather_wa[tex->texture_index]) {
994 crocus_group_index_to_bti(bt, is_gather ? CROCUS_SURFACE_GROUP_TEXTURE_GATHER : CROCUS_SURFACE_GROUP_TEXTURE,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2786 const bool is_gather = (control == TGSI_SAMPLER_GATHER); local in function:sample_compare
2814 for (v = 0; v < (is_gather ? TGSI_NUM_CHANNELS : 1); v++) {
2866 if (is_gather) {

Completed in 24 milliseconds