Home
last modified time | relevance | path

Searched refs:lower_format (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_array.c390 int lower_format; in init_velement_lowered() local
393 lower_format = PIPE_FORMAT_R32G32_UINT; in init_velement_lowered()
395 lower_format = PIPE_FORMAT_R32G32B32A32_UINT; in init_velement_lowered()
398 lower_format, instance_divisor, vbo_index); in init_velement_lowered()
405 lower_format = PIPE_FORMAT_R32G32_UINT; in init_velement_lowered()
407 lower_format = PIPE_FORMAT_R32G32B32A32_UINT; in init_velement_lowered()
410 lower_format, instance_divisor, vbo_index); in init_velement_lowered()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_surface_builder.cpp339 const isl_format lower_format = in has_split_bit_layout() local
343 isl_format_get_num_channels(lower_format)); in has_split_bit_layout()
357 const isl_format lower_format = in has_undefined_high_bits() local
361 (lower_format == ISL_FORMAT_R16_UINT || in has_undefined_high_bits()
362 lower_format == ISL_FORMAT_R8_UINT)); in has_undefined_high_bits()
987 const isl_format lower_format = in emit_image_load() local
1000 isl_format_get_num_channels(lower_format)); in emit_image_load()
1040 tmp = emit_pack(bld, tmp, get_bit_shifts(lower_format), in emit_image_load()
1041 get_bit_widths(lower_format)); in emit_image_load()
1110 const isl_format lower_format = in emit_image_store() local
[all …]