Searched refs:VC4_SET_FIELD (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_state.c | 513 (VC4_SET_FIELD(magfilter_map[cso->mag_img_filter], in vc4_create_sampler_state() 515 VC4_SET_FIELD(minfilter_map[cso->min_mip_filter * 2 + in vc4_create_sampler_state() 518 VC4_SET_FIELD(translate_wrap(cso->wrap_s, either_nearest), in vc4_create_sampler_state() 520 VC4_SET_FIELD(translate_wrap(cso->wrap_t, either_nearest), in vc4_create_sampler_state() 619 (VC4_SET_FIELD((rsc->slices[0].offset + in vc4_create_sampler_view() 622 VC4_SET_FIELD(rsc->vc4_format & 15, VC4_TEX_P0_TYPE) | in vc4_create_sampler_view() 623 VC4_SET_FIELD(so->force_first_level ? in vc4_create_sampler_view() 627 VC4_SET_FIELD(cso->target == PIPE_TEXTURE_CUBE, in vc4_create_sampler_view() 630 (VC4_SET_FIELD(rsc->vc4_format >> 4, VC4_TEX_P1_TYPE4) | in vc4_create_sampler_view() 631 VC4_SET_FIELD(prs in vc4_create_sampler_view() [all...] |
H A D | vc4_job.c | 298 VC4_SET_FIELD(VC4_LOADSTORE_TILE_BUFFER_ZS, in vc4_submit_setup_rcl_surface() 303 VC4_SET_FIELD(VC4_LOADSTORE_TILE_BUFFER_COLOR, in vc4_submit_setup_rcl_surface() 305 VC4_SET_FIELD(vc4_rt_format_is_565(psurf->format) ? in vc4_submit_setup_rcl_surface() 311 VC4_SET_FIELD(surf->tiling, in vc4_submit_setup_rcl_surface() 338 VC4_SET_FIELD(vc4_rt_format_is_565(surf->base.format) ? in vc4_submit_setup_rcl_render_config_surface() 342 VC4_SET_FIELD(surf->tiling, in vc4_submit_setup_rcl_render_config_surface()
|
H A D | vc4_uniforms.c | 69 VC4_SET_FIELD(VC4_TEX_P2_PTYPE_CUBE_MAP_STRIDE, in write_texture_p2() 71 VC4_SET_FIELD(rsc->cube_map_stride >> 12, VC4_TEX_P2_CMST) | in write_texture_p2() 72 VC4_SET_FIELD((data >> 16) & 1, VC4_TEX_P2_BSLOD)); in write_texture_p2()
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_packet.h | 131 #define VC4_SET_FIELD(value, field) \ macro
|
H A D | vc4_validate.c | 379 VC4_SET_FIELD(VC4_BIN_CONFIG_ALLOC_INIT_BLOCK_SIZE_32, in validate_tile_binning_config() 381 VC4_SET_FIELD(VC4_BIN_CONFIG_ALLOC_BLOCK_SIZE_128, in validate_tile_binning_config()
|
H A D | vc4_render_cl.c | 77 VC4_SET_FIELD(VC4_LOADSTORE_TILE_BUFFER_NONE, in vc4_store_before_load()
|
/third_party/libdrm/vc4/ |
H A D | vc4_packet.h | 128 #define VC4_SET_FIELD(value, field) \ macro
|
Completed in 7 milliseconds