Home
last modified time | relevance | path

Searched refs:color_fmt (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c196 if (c->fs_key->color_fmt[rt].swizzle[0] == 2 && in v3d_get_format_swizzle_for_rt()
197 c->fs_key->color_fmt[rt].format != PIPE_FORMAT_B5G6R5_UNORM) { in v3d_get_format_swizzle_for_rt()
200 return c->fs_key->color_fmt[rt].swizzle; in v3d_get_format_swizzle_for_rt()
208 util_format_get_nr_components(c->fs_key->color_fmt[rt].format); in v3d_nir_get_tlb_color()
246 c->fs_key->color_fmt[rt].format, in v3d_emit_logic_op_raw()
295 if (c->fs_key->color_fmt[rt].format == PIPE_FORMAT_R10G10B10A2_UNORM) { in v3d_nir_emit_logic_op()
301 if (util_format_is_unorm(c->fs_key->color_fmt[rt].format)) { in v3d_nir_emit_logic_op()
381 c->fs_key->color_fmt[rt].format; in v3d_nir_lower_logic_ops_block()
Dv3d_compiler.h423 } color_fmt[V3D_MAX_DRAW_BUFFERS]; member
Dnir_to_vir.c2284 enum pipe_format rt_format = c->fs_key->color_fmt[rt].format; in vir_emit_tlb_color_read()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_ioctl.h66 GLuint color_fmt,
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c578 key->color_fmt[i].format = cbuf->format; in v3d_update_compiled_fs()
579 key->color_fmt[i].swizzle = in v3d_update_compiled_fs()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1200 key->color_fmt[i].format = fb_pipe_format; in pipeline_populate_v3d_fs_key()
1201 key->color_fmt[i].swizzle = in pipeline_populate_v3d_fs_key()
2041 key->color_fmt[i].format = fb_pipe_format; in pipeline_populate_graphics_key()
2042 key->color_fmt[i].swizzle = v3dv_get_format_swizzle(pipeline->device, in pipeline_populate_graphics_key()
Dv3dv_private.h278 } color_fmt[V3D_MAX_DRAW_BUFFERS]; member