Searched refs:is_1d (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h77 boolean is_1d,
88 boolean is_1d,
H A Dlp_bld_depth.c520 * \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 Dlp_state_fs.c655 * @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 Dlp_bld_depth.h77 boolean is_1d,
88 boolean is_1d,
H A Dlp_bld_depth.c525 * \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 Dlp_state_fs.c1285 * @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 Dradv_amdgpu_surface.c91 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 Damdgpu_surface.c91 config.is_1d = tex->target == PIPE_TEXTURE_1D ||
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d40_tex.c304 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 Dv3d40_tex.c439 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 Dac_surface.h412 unsigned is_1d : 1; member in struct:ac_surf_config
H A Dac_surface.c2110 else if (info->chip_class != GFX9 && config->is_1d)

Completed in 22 milliseconds