Searched refs:color_fmt (Results 1 – 7 of 7) sorted by relevance
196 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()
423 } color_fmt[V3D_MAX_DRAW_BUFFERS]; member
2284 enum pipe_format rt_format = c->fs_key->color_fmt[rt].format; in vir_emit_tlb_color_read()
66 GLuint color_fmt,
578 key->color_fmt[i].format = cbuf->format; in v3d_update_compiled_fs()579 key->color_fmt[i].swizzle = in v3d_update_compiled_fs()
1200 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()
278 } color_fmt[V3D_MAX_DRAW_BUFFERS]; member