HomeSort by: relevance | last modified time | path
    Searched defs:ubo_idx (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_uniforms_to_ubo.c 55 nir_ssa_def *ubo_idx = nir_imm_int(b, 0); local
64 load->src[0] = nir_src_for_ssa(ubo_idx);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_uniforms_to_ubo.c 57 nir_ssa_def *ubo_idx = nir_imm_int(b, 0); local
68 ubo_idx,
76 ubo_idx,
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_descriptor_set.c 89 unsigned sampler_idx = 0, tex_idx = 0, ubo_idx = 0, ssbo_idx = 0; local
135 binding_layout->ubo_idx = ubo_idx;
136 ubo_idx += binding_layout->array_size;
154 set_layout->num_ubos = ubo_idx;
205 unsigned sampler_idx = 0, tex_idx = 0, ubo_idx = 0, ssbo_idx = 0, dynoffset_idx = 0; local
228 ubo_idx += binding->descriptorCount;
246 ubo_idx > PANVK_MAX_UBOS / MAX_SETS)
275 unsigned sampler_idx = 0, tex_idx = 0, ssbo_idx = 0, ubo_idx = 0, dynoffset_idx = 0; local
282 layout->sets[set].ubo_offset = ubo_idx;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_nir_passes.c 439 nir_ssa_def *ubo_idx = nir_imm_int(b, binding); local
443 ubo_idx, ubo_offset,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shader_nir.c 706 unsigned ubo_idx = 1; local
717 * really use the mask (other than ubo_idx == 1 for regular
747 info->const_buffers_declared |= u_bit_consecutive(ubo_idx, block_count);
748 ubo_idx += block_count;

Completed in 7 milliseconds