| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 2035 * Either clamp layer to valid values or fill in optional out_of_bounds 2043 LLVMValueRef *out_of_bounds) 2051 if (out_of_bounds) { 2057 *out_of_bounds = lp_build_or(int_coord_bld, out, out1); 3090 LLVMValueRef offset, out_of_bounds, out1; local in function:lp_build_fetch_texel 3092 out_of_bounds = int_coord_bld->zero; 3103 out_of_bound_ret_zero ? &out_of_bounds : NULL); 3125 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1); 3141 out_of_bounds 2039 lp_build_layer_coord(struct lp_build_sample_context * bld,unsigned texture_unit,boolean is_cube_array,LLVMValueRef layer,LLVMValueRef * out_of_bounds) argument 4512 lp_build_do_atomic_soa(struct gallivm_state * gallivm,const struct util_format_description * format_desc,struct lp_type type,LLVMValueRef exec_mask,LLVMValueRef base_ptr,LLVMValueRef offset,LLVMValueRef out_of_bounds,unsigned img_op,LLVMAtomicRMWBinOp op,const LLVMValueRef rgba_in[4],const LLVMValueRef rgba2_in[4],LLVMValueRef atomic_result[4]) argument 4654 LLVMValueRef out_of_bounds = int_coord_bld.zero; local in function:lp_build_img_op_soa [all...] |
| H A D | lp_bld_format.h | 161 LLVMValueRef out_of_bounds,
|
| H A D | lp_bld_sample.c | 1038 * \param out_of_bounds returns per coord out_of_bounds mask if provided 1045 LLVMValueRef *out_of_bounds) 1060 if (out_of_bounds) { 1066 *out_of_bounds = out; 1069 *out_of_bounds = lp_build_broadcast_scalar(&bld->int_coord_bld, out); 1073 *out_of_bounds = lp_build_unpack_broadcast_aos_scalars(bld->gallivm, 1078 level = lp_build_andnot(&bld->int_coord_bld, level, *out_of_bounds); 1041 lp_build_nearest_mip_level(struct lp_build_sample_context * bld,unsigned texture_unit,LLVMValueRef lod_ipart,LLVMValueRef * level_out,LLVMValueRef * out_of_bounds) argument
|
| H A D | lp_bld_sample.h | 598 LLVMValueRef *out_of_bounds);
|
| H A D | lp_bld_format_soa.c | 1015 LLVMValueRef out_of_bounds, 1092 LLVMValueRef should_store_mask = LLVMBuildAnd(gallivm->builder, exec_mask, LLVMBuildNot(gallivm->builder, out_of_bounds, ""), "store_mask"); 1009 lp_build_store_rgba_soa(struct gallivm_state * gallivm,const struct util_format_description * format_desc,struct lp_type type,LLVMValueRef exec_mask,LLVMValueRef base_ptr,LLVMValueRef offset,LLVMValueRef out_of_bounds,const LLVMValueRef rgba_in[4]) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_nir.c | 105 bool out_of_bounds; local in function:remap_tess_levels 113 out_of_bounds = false; 118 out_of_bounds = component > 0; 121 out_of_bounds = true; 131 out_of_bounds = component > 1; 136 out_of_bounds = component == 3 && primitive_mode == GL_TRIANGLES; 142 if (out_of_bounds) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir.c | 37 bool out_of_bounds; local in function:remap_tess_levels 45 out_of_bounds = false; 50 out_of_bounds = component > 0; 53 out_of_bounds = true; 63 out_of_bounds = component > 1; 68 out_of_bounds = component == 3 && primitive_mode == GL_TRIANGLES; 74 if (out_of_bounds) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 1999 * Either clamp layer to valid values or fill in optional out_of_bounds 2007 LLVMValueRef *out_of_bounds) 2015 if (out_of_bounds) { 2021 *out_of_bounds = lp_build_or(int_coord_bld, out, out1); 2599 LLVMValueRef offset, out_of_bounds, out1; local in function:lp_build_fetch_texel 2601 out_of_bounds = int_coord_bld->zero; 2612 out_of_bound_ret_zero ? &out_of_bounds : NULL); 2634 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1); 2650 out_of_bounds 2003 lp_build_layer_coord(struct lp_build_sample_context * bld,unsigned texture_unit,boolean is_cube_array,LLVMValueRef layer,LLVMValueRef * out_of_bounds) argument [all...] |
| H A D | lp_bld_sample.h | 516 LLVMValueRef *out_of_bounds);
|
| H A D | lp_bld_sample.c | 901 * \param out_of_bounds returns per coord out_of_bounds mask if provided 908 LLVMValueRef *out_of_bounds) 923 if (out_of_bounds) { 929 *out_of_bounds = out; 932 *out_of_bounds = lp_build_broadcast_scalar(&bld->int_coord_bld, out); 936 *out_of_bounds = lp_build_unpack_broadcast_aos_scalars(bld->gallivm, 941 level = lp_build_andnot(&bld->int_coord_bld, level, *out_of_bounds); 904 lp_build_nearest_mip_level(struct lp_build_sample_context * bld,unsigned texture_unit,LLVMValueRef lod_ipart,LLVMValueRef * level_out,LLVMValueRef * out_of_bounds) argument
|