Home
last modified time | relevance | path

Searched defs:is_msaa (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dattrib.c568 bool is_msaa = tgt == TEXTURE_2D_MULTISAMPLE_INDEX || in pop_texture_group() local
613 bool is_msaa = tgt == TEXTURE_2D_MULTISAMPLE_INDEX || in pop_texture_group() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c244 v3d_get_tile_buffer_size(bool is_msaa, in v3d_get_tile_buffer_size()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c1003 build_clear_dcc_comp_to_single_shader(struct radv_device *dev, bool is_msaa) in build_clear_dcc_comp_to_single_shader()
1049 create_dcc_comp_to_single_pipeline(struct radv_device *device, bool is_msaa, VkPipeline *pipeline) in create_dcc_comp_to_single_pipeline()
1359 bool is_msaa = image->info.samples > 1; in radv_clear_dcc_comp_to_single() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4728 LLVMValueRef res, samples, is_msaa; in visit_tex() local
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp6664 Temp is_msaa = bld.sopc(aco_opcode::s_cmp_ge_u32, bld.def(s1, scc), type, Operand::c32(14u)); in get_image_samples() local