Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h78 boolean is_1d,
89 boolean is_1d,
H A Dlp_bld_depth.c526 * \param is_1d whether this resource has only one dimension
537 boolean is_1d, in lp_build_depth_stencil_load_swizzled()
595 if (is_1d) { in lp_build_depth_stencil_load_swizzled()
662 * \param is_1d whether this resource has only one dimension
676 boolean is_1d, in lp_build_depth_stencil_write_swizzled()
803 if (!is_1d) { in lp_build_depth_stencil_write_swizzled()
534 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) lp_build_depth_stencil_load_swizzled() argument
673 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) lp_build_depth_stencil_write_swizzled() argument
H A Dlp_state_fs.c1377 * @param is_1d whether we're outputting to a 1d resource
2419 const boolean is_1d = variant->key.resource_1d; in generate_unswizzled_blend() local
2421 unsigned num_fullblock_fs = is_1d ? 2 * num_fs : num_fs; in generate_unswizzled_blend()
2646 if (!is_1d && dst_channels != 3 && dst_type.width == 8) { in generate_unswizzled_blend()
2873 if (is_1d) { in generate_unswizzled_blend()
2911 if (is_1d) { in generate_unswizzled_blend()
3022 if (is_1d) { in generate_unswizzled_blend()
/third_party/mesa3d/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; in radv_amdgpu_winsys_surface_init()
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d40_tex.c439 bool is_1d = false; in vir_image_emit_register_writes() local
442 is_1d = true; in vir_image_emit_register_writes()
469 struct qreg src = ntq_get_src(c, instr->src[1], is_1d ? 1 : 2); in vir_image_emit_register_writes()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_surface.c91 config.is_1d = tex->target == PIPE_TEXTURE_1D || in amdgpu_surface_init()
/third_party/mesa3d/src/amd/common/
H A Dac_surface.h413 unsigned is_1d : 1; member
H A Dac_surface.c879 if (!config->is_1d && !config->is_3d && !config->is_cube && in get_display_flag()
2212 else if (info->gfx_level != GFX9 && config->is_1d) in gfx9_compute_surface()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_handle_test.cc1555 const bool is_1d = in TEST_P() local
1557 if (is_query_size && is_1d) { in TEST_P()
3050 const bool is_1d = in TEST_P() local
3052 if (is_sample_level && is_1d) { in TEST_P()

Completed in 20 milliseconds