Home
last modified time | relevance | path

Searched refs:return_channels (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_format_table.h53 uint8_t return_channels; member
Dv3d_formats.c126 return vf->return_channels; in v3d_get_tex_return_channels()
Dv3dx_format_table.c38 #define FORMAT(pipe, rt, tex, swiz, return_size, return_channels) \ argument
45 return_channels, \
Dv3d_program.c488 key->sampler[i].return_channels = 2; in v3d_setup_shared_key()
490 key->sampler[i].return_channels = 4; in v3d_setup_shared_key()
492 key->sampler[i].return_channels = in v3d_setup_shared_key()
527 key->sampler[i].return_channels = 2; in v3d_setup_shared_precompile_key()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h400 uint8_t return_channels; member
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1065 key->sampler[sampler_idx].return_channels = in pipeline_populate_v3d_key()