HomeSort by: relevance | last modified time | path
    Searched refs:const_size (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_vs.h 140 const unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],
draw_vs_exec.c 96 const unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],
110 constants, const_size);
draw_pt_fetch_shade_pipeline.c 207 unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],
224 const_size, local
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
draw_vs.h 140 const unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],
draw_vs_exec.c 93 const unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],
107 constants, const_size);
draw_pt_fetch_shade_pipeline.c 207 unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],
223 const_size, local
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_to_nir.c 4629 nir_const_value *const_size = local
4632 b->shader->info.cs.local_size[0] = const_size[0].u32;
4633 b->shader->info.cs.local_size[1] = const_size[1].u32;
4634 b->shader->info.cs.local_size[2] = const_size[2].u32;
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c 6260 nir_const_value *const_size = local
6263 b->shader->info.workgroup_size[0] = const_size[0].u32;
6264 b->shader->info.workgroup_size[1] = const_size[1].u32;
6265 b->shader->info.workgroup_size[2] = const_size[2].u32;

Completed in 30 milliseconds