HomeSort by: relevance | last modified time | path
    Searched defs:is_ms (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_nir_to_llvm.c 2440 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); local
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/gallium/drivers/zink/nir_to_spirv/
nir_to_spirv.c 658 type_to_dim(enum glsl_sampler_dim gdim, bool *is_ms)
660 *is_ms = false;
677 *is_ms = true;
810 bool is_ms; local
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
2687 type_to_dim(glsl_get_sampler_dim(type), &is_ms); local
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/
ac_nir_to_llvm.c 2363 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || local
2368 if (is_ms && (instr->intrinsic == nir_intrinsic_image_deref_load ||
2402 if (is_ms)
2429 if (is_ms) {

Completed in 14 milliseconds