Searched refs:is_ms (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c395 unsigned texdim, bool texisarray, bool is_ms,
403 texdim, texisarray ? "[]" : "", is_ms ? ",ms" : "");
414 nir_tex_instr *tex = nir_tex_instr_create(b.shader, is_ms ? 2 : 1);
415 tex->op = is_ms ? nir_texop_txf_ms : nir_texop_txf;
432 if (is_ms) {
548 shader_info->fs.sample_shading = is_ms;
808 panvk_meta_copy_img2img_init(struct panvk_physical_device *dev, bool is_ms) argument
818 if (texdim == 3 && is_ms) continue;
826 texdim, false, is_ms, &shader_info);
827 dev->meta.copy.img2img[is_ms][texdimid
391 panvk_meta_copy_img2img_shader(struct panfrost_device * pdev,struct pan_pool * bin_pool,enum pipe_format srcfmt,enum pipe_format dstfmt,unsigned dstmask,unsigned texdim,bool texisarray,bool is_ms,struct pan_shader_info * shader_info) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c658 type_to_dim(enum glsl_sampler_dim gdim, bool *is_ms) argument
660 *is_ms = false;
677 *is_ms = true;
810 bool is_ms; local in function:get_bare_image_type
821 SpvDim dimension = type_to_dim(glsl_get_sampler_dim(type), &is_ms);
830 is_ms, is_sampler ? 1 : 2,
2686 bool is_ms; local in function:emit_image_intrinsic
2687 type_to_dim(glsl_get_sampler_dim(type), &is_ms);
2688 SpvId sample = is_ms ? get_src(ctx, &intr->src[2]) : emit_uint_const(ctx, 32, 0);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c2363 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || local in function:get_image_coords
2368 if (is_ms && (instr->intrinsic == nir_intrinsic_image_deref_load ||
2402 if (is_ms)
2429 if (is_ms) {
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c2440 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); local in function:get_image_coords
2445 if (is_ms && (instr->intrinsic == nir_intrinsic_image_deref_load ||
2471 if (is_ms)
2502 if (is_ms) {
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp6047 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); local in function:aco::__anon562fcc110110::get_image_coords
6053 if (is_ms)

Completed in 81 milliseconds