Home
last modified time | relevance | path

Searched refs:buf_ids (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.h49 unsigned buf_ids[CLC_MAX_BINDINGS_PER_ARG]; member
Dclc_compiler.c65 image.buf_ids[context->num_buf_ids] = uniform->data.binding = (*num_bindings)++; in lower_image_deref_impl()
131 while (context->metadata->args[context->metadata_index].image.buf_ids[0] != in_var->data.binding) in clc_lower_input_image_deref()
1017 metadata->args[i].image.buf_ids[0] = srv_id++; in clc_spirv_to_dxil()
1020 metadata->args[i].image.buf_ids[0] = uav_id++; in clc_spirv_to_dxil()
1024 var->data.binding = metadata->args[i].image.buf_ids[0]; in clc_spirv_to_dxil()