Searched defs:is_ms (Results 1 – 9 of 9) sorted by relevance
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() local3041 bool is_ms; in emit_image_intrinsic() local3810 bool is_ms; in emit_tex_readop() local
1019 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in opt_16bit_image_srcs() 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
1474 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS); in bi_emit_image_load() local1528 bool is_ms = dim == GLSL_SAMPLER_DIM_MS; in bi_emit_lea_image_to() local
2140 bool is_ms; in st_TexSubImage() local
1066 bool is_ms = dim == GLSL_SAMPLER_DIM_MS; in agx_emit_image_load() local
2110 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords() local
6227 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in get_image_coords() local
4670 pub is_ms: bool, field