Searched refs:glsl130_or_later (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.c | 60 bool glsl130_or_later, bool srgb_skip_decode) in st_texture_set_sampler_view() argument 150 sv->glsl130_or_later = glsl130_or_later; in st_texture_set_sampler_view() 327 bool glsl130_or_later) in compute_texture_format_swizzle() argument 373 if (glsl130_or_later) in compute_texture_format_swizzle() 395 bool glsl130_or_later) in get_texture_format_swizzle() argument 417 glsl130_or_later); in get_texture_format_swizzle() 434 bool glsl130_or_later) in check_sampler_swizzle() argument 436 unsigned swizzle = get_texture_format_swizzle(st, stObj, glsl130_or_later); in check_sampler_swizzle() 533 bool glsl130_or_later) in st_create_texture_sampler_view_from_stobj() argument 537 unsigned swizzle = get_texture_format_swizzle(st, stObj, glsl130_or_later); in st_create_texture_sampler_view_from_stobj() [all …]
|
D | st_texture.h | 64 bool glsl130_or_later; member 362 GLuint texUnit, bool glsl130_or_later,
|
D | st_sampler_view.h | 80 bool glsl130_or_later,
|
D | st_atom_texture.c | 61 GLuint texUnit, bool glsl130_or_later, in st_update_single_texture() argument 94 glsl130_or_later, in st_update_single_texture()
|