Searched refs:src_entry (Results 1 – 2 of 2) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_blitter.c | 321 const struct vrend_format_table *src_entry, in blit_get_frag_tex_col() argument 347 enum tgsi_return_type tgsi_ret = tgsi_ret_for_format(src_entry->format); in blit_get_frag_tex_col() 644 const struct vrend_format_table *src_entry = in vrend_set_tex_param() local 647 if (src_entry->flags & VIRGL_TEXTURE_NEED_SWIZZLE) { in vrend_set_tex_param() 649 to_gl_swizzle(src_entry->swizzle[0])); in vrend_set_tex_param() 651 to_gl_swizzle(src_entry->swizzle[1])); in vrend_set_tex_param() 653 to_gl_swizzle(src_entry->swizzle[2])); in vrend_set_tex_param() 655 to_gl_swizzle(src_entry->swizzle[3])); in vrend_set_tex_param()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_copy_prop_vars.c | 928 struct copy_entry *src_entry = in copy_prop_vars_block() local 931 if (try_load_from_entry(state, src_entry, b, intrin, src, &value)) { in copy_prop_vars_block() 1070 struct copy_entry *src_entry = in copy_prop_vars_block() local 1073 if (try_load_from_entry(state, src_entry, b, intrin, src, &value)) { in copy_prop_vars_block()
|