HomeSort by relevance Sort by last modified time
    Searched refs:system_values (Results 1 - 21 of 21) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_tgsi.h 91 } system_values[8]; member in struct:toy_tgsi
125 if (tgsi->system_values[slot].index == index)
ilo_shader_vs.c 202 switch (tgsi->system_values[slot].semantic_name) {
214 (tgsi->system_values[slot].semantic_name ==
1011 switch (tgsi->system_values[i].semantic_name) {
1022 tgsi->system_values[i].semantic_name;
1024 tgsi->system_values[i].semantic_index;
    [all...]
toy_tgsi.c     [all...]
ilo_shader_fs.c 467 switch (tgsi->system_values[slot].semantic_name) {
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_constant_initializers.c 84 progress |= lower_const_initializer(&builder, &shader->system_values);
nir_lower_system_values.c 164 exec_list_make_empty(&shader->system_values);
nir_remove_dead_variables.c 180 progress = remove_dead_vars(&shader->system_values, live) || progress;
nir_sweep.c 174 steal_list(nir, nir_variable, &nir->system_values);
nir_clone.c 748 clone_var_list(&state, &ns->system_values, &s->system_values);
nir_validate.c     [all...]
nir.c 52 exec_list_make_empty(&shader->system_values);
150 exec_list_push_tail(&shader->system_values, &var->node);
    [all...]
nir_print.c 1186 nir_foreach_variable(var, &shader->system_values) {
nir.h 1847 struct exec_list system_values; member in struct:nir_shader
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 237 struct lp_bld_tgsi_system_values system_values; local
238 memset(&system_values, 0, sizeof(system_values));
239 system_values.instance_id = wrap(LOAD(pVsCtx, {0, SWR_VS_CONTEXT_InstanceID}));
240 system_values.vertex_id = wrap(LOAD(pVsCtx, {0, SWR_VS_CONTEXT_VertexID}));
248 &system_values,
609 struct lp_bld_tgsi_system_values system_values; local
610 memset(&system_values, 0, sizeof(system_values));
626 &system_values,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 603 const struct lp_bld_tgsi_system_values *system_values,
621 system_values,
1569 struct lp_bld_tgsi_system_values system_values; local
2234 struct lp_bld_tgsi_system_values system_values; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_internal.h 92 LLVMValueRef system_values[RADEON_LLVM_MAX_SYSTEM_VALUES]; member in struct:si_shader_context
si_shader_tgsi_setup.c 773 LLVMValueRef cval = ctx->system_values[reg->Register.Index];
    [all...]
si_shader.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 226 const struct lp_bld_tgsi_system_values *system_values,
487 struct lp_bld_tgsi_system_values system_values; member in struct:lp_build_tgsi_soa_context
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 337 struct lp_bld_tgsi_system_values system_values; local
339 memset(&system_values, 0, sizeof(system_values));
477 consts_ptr, num_consts_ptr, &system_values,
    [all...]

Completed in 1190 milliseconds