| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.h | 77 boolean is_1d, 88 boolean is_1d,
|
| H A D | lp_bld_depth.c | 520 * \param is_1d whether this resource has only one dimension 531 boolean is_1d, 589 if (is_1d) { 650 * \param is_1d whether this resource has only one dimension 664 boolean is_1d, 795 if (!is_1d) { 528 lp_build_depth_stencil_load_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef * z_fb,LLVMValueRef * s_fb,LLVMValueRef loop_counter) argument 661 lp_build_depth_stencil_write_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,struct lp_build_mask_context * mask,LLVMValueRef z_fb,LLVMValueRef s_fb,LLVMValueRef loop_counter,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef z_value,LLVMValueRef s_value) argument
|
| H A D | lp_state_fs.c | 655 * @param is_1d whether we're outputting to a 1d resource 1771 const boolean is_1d = variant->key.resource_1d; local in function:generate_unswizzled_blend 1773 unsigned num_fullblock_fs = is_1d ? 2 * num_fs : num_fs; 1998 if (!is_1d && dst_channels != 3 && dst_type.width == 8) { 2225 if (is_1d) { 2263 if (is_1d) { 2374 if (is_1d) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.h | 77 boolean is_1d, 88 boolean is_1d,
|
| H A D | lp_bld_depth.c | 525 * \param is_1d whether this resource has only one dimension 536 boolean is_1d, 594 if (is_1d) { 661 * \param is_1d whether this resource has only one dimension 675 boolean is_1d, 804 if (!is_1d) { 533 lp_build_depth_stencil_load_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef * z_fb,LLVMValueRef * s_fb,LLVMValueRef loop_counter) argument 672 lp_build_depth_stencil_write_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,LLVMValueRef mask_value,LLVMValueRef z_fb,LLVMValueRef s_fb,LLVMValueRef loop_counter,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef z_value,LLVMValueRef s_value) argument
|
| H A D | lp_state_fs.c | 1285 * @param is_1d whether we're outputting to a 1d resource 2355 const boolean is_1d = variant->key.resource_1d; local in function:generate_unswizzled_blend 2357 unsigned num_fullblock_fs = is_1d ? 2 * num_fs : num_fs; 2582 if (!is_1d && dst_channels != 3 && dst_type.width == 8) { 2809 if (is_1d) { 2847 if (is_1d) { 2958 if (is_1d) {
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/ |
| H A D | radv_amdgpu_surface.c | 91 config.is_1d = type == RADEON_SURF_TYPE_1D || type == RADEON_SURF_TYPE_1D_ARRAY;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_surface.c | 91 config.is_1d = tex->target == PIPE_TEXTURE_1D ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | v3d40_tex.c | 304 bool is_1d = false; local in function:v3d40_vir_emit_image_load_store 307 is_1d = true; 330 is_1d ? 1 : 2), &tmu_writes);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d40_tex.c | 439 bool is_1d = false; local in function:vir_image_emit_register_writes 442 is_1d = true; 469 struct qreg src = ntq_get_src(c, instr->src[1], is_1d ? 1 : 2);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_surface.h | 412 unsigned is_1d : 1; member in struct:ac_surf_config
|
| H A D | ac_surface.c | 2110 else if (info->chip_class != GFX9 && config->is_1d)
|