Home
last modified time | relevance | path

Searched refs:is_ms (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c441 type_to_dim(enum glsl_sampler_dim gdim, bool *is_ms) in type_to_dim() argument
443 *is_ms = false; in type_to_dim()
460 *is_ms = true; in type_to_dim()
500 bool is_ms; in emit_sampler() local
501 SpvDim dimension = type_to_dim(glsl_get_sampler_dim(type), &is_ms); in emit_sampler()
507 is_ms, 1, in emit_sampler()
/external/virglrenderer/src/
Dvrend_shader.c2966 static enum vrend_type_qualifier get_coord_prefix(int resource, bool *is_ms, bool use_gles) in get_coord_prefix() argument
2984 *is_ms = true; in get_coord_prefix()
2987 *is_ms = true; in get_coord_prefix()
3046 bool is_ms = false; in translate_store() local
3047 …x = get_coord_prefix(ctx->images[dst_reg->Register.Index].decl.Resource, &is_ms, ctx->cfg->use_gle… in translate_store()
3053 if (is_ms) { in translate_store()
3152 bool is_ms = false; in translate_load() local
3153 …_prefix = get_coord_prefix(ctx->images[sinfo->sreg_index].decl.Resource, &is_ms, ctx->cfg->use_gle… in translate_load()
3160 if (is_ms) { in translate_load()
3387 bool is_ms = false; in translate_atomic() local
[all …]
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c2286 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords() local
2291 if (is_ms && (instr->intrinsic == nir_intrinsic_image_deref_load || in get_image_coords()
2315 if (is_ms) in get_image_coords()
2346 if (is_ms) { in get_image_coords()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp5692 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords() local
5698 if (is_ms) { in get_image_coords()