Searched defs:is_ms (Results 1 – 9 of 9) sorted by relevance
1043 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in opt_16bit_image_srcs() local
980 type_to_dim(enum glsl_sampler_dim gdim, bool *is_ms) in type_to_dim()1135 bool is_ms; in get_bare_image_type() local3044 bool is_ms; in emit_image_intrinsic() local3813 bool is_ms; in emit_tex_readop() local
3578 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() local3796 bool is_ms = false; in translate_load() local4034 bool is_ms = false; in translate_atomic() local
1509 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS); in bi_emit_image_load() local1564 bool is_ms = dim == GLSL_SAMPLER_DIM_MS; in bi_emit_lea_image_to() local
2140 bool is_ms; in st_TexSubImage() local
1124 bool is_ms = dim == GLSL_SAMPLER_DIM_MS; in agx_emit_image_load() local
2077 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords() local
5955 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords() local
4676 pub is_ms: bool, field