Home
last modified time | relevance | path

Searched defs:is_ms (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c980 type_to_dim(enum glsl_sampler_dim gdim, bool *is_ms) in type_to_dim()
1135 bool is_ms; in get_bare_image_type() local
3041 bool is_ms; in emit_image_intrinsic() local
3810 bool is_ms; in emit_tex_readop() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_mediump.c1019 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in opt_16bit_image_srcs() local
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_shader.c3578 static enum vrend_type_qualifier get_coord_prefix(int resource, bool *is_ms, bool use_gles) in get_coord_prefix()
3682 bool is_ms = false; in translate_store() local
3796 bool is_ms = false; in translate_load() local
4034 bool is_ms = false; in translate_atomic() local
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbifrost_compile.c1474 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS); in bi_emit_image_load() local
1528 bool is_ms = dim == GLSL_SAMPLER_DIM_MS; in bi_emit_lea_image_to() local
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c2140 bool is_ms; in st_TexSubImage() local
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1066 bool is_ms = dim == GLSL_SAMPLER_DIM_MS; in agx_emit_image_load() local
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c2110 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp6227 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords() local
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dir.rs4670 pub is_ms: bool, field