Searched refs:col_val (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_execute.c | 1389 union pipe_color_union *col_val) 1409 col_val, 1584 union pipe_color_union col_val; local in function:render_subpass_clear_fast 1586 col_val.ui[i] = color_value.color.uint32[i]; 1589 NULL, &col_val, 2855 uint32_t *col_val = uc.ui; local in function:handle_clear_color_image 2881 j, &box, (void *)col_val); 2942 union pipe_color_union col_val; local in function:handle_clear_attachments 2956 col_val.ui[i] = att->clearValue.color.uint32[i]; 2967 &col_val); 1383 clear_attachment_layers(struct rendering_state * state,struct lvp_image_view * imgv,VkRect2D * rect,unsigned base_layer,unsigned layer_count,unsigned ds_clear_flags,double dclear_val,uint32_t sclear_val,union pipe_color_union * col_val) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 251 struct vtn_ssa_value *col_val = rzalloc(b, struct vtn_ssa_value); local in function:vtn_const_ssa_value 252 col_val->type = glsl_get_column_type(val->type); 260 col_val->def = &load->def; 262 val->elems[i] = col_val;
|
Completed in 12 milliseconds