Searched defs:pvo (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_opt_constant_fold.c93 unsigned pvo = prog->Parameters->ParameterValueOffset[r->Index]; local in function:get_value
H A Dprog_parameter_layout.c196 unsigned pvo = state->prog->Parameters->ParameterValueOffset[idx]; local in function:_mesa_layout_parameters
H A Dprog_statevars.c1079 unsigned pvo = paramList->ParameterValueOffset[i]; local in function:_mesa_load_state_parameters
H A Dprog_execute.c126 unsigned pvo = prog->Parameters->ParameterValueOffset[reg]; local in function:get_src_register_pointer
H A Dprog_print.c934 unsigned pvo = list->ParameterValueOffset[i]; local in function:_mesa_fprint_parameter_list
H A Dprog_to_nir.c169 unsigned pvo = plist->ParameterValueOffset[prog_src->Index]; local in function:ptn_get_src
H A Dir_to_mesa.cpp2602 unsigned pvo = params->ParameterValueOffset[i]; local in function:_mesa_associate_uniform_storage
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_opt_constant_fold.c93 unsigned pvo = prog->Parameters->Parameters[r->Index].ValueOffset; local in function:get_value
H A Dprog_parameter_layout.c206 unsigned pvo = state->prog->Parameters->Parameters[idx].ValueOffset; local in function:_mesa_layout_parameters
H A Dprog_execute.c126 unsigned pvo = prog->Parameters->Parameters[reg].ValueOffset; local in function:get_src_register_pointer
H A Dprog_print.c937 unsigned pvo = list->Parameters[i].ValueOffset; local in function:_mesa_fprint_parameter_list
H A Dprog_statevars.c1372 unsigned pvo = paramList->Parameters[i].ValueOffset; local in function:_mesa_load_state_parameters
1386 unsigned pvo = paramList->Parameters[i].ValueOffset; local in function:_mesa_upload_state_parameters
H A Dprog_to_nir.c169 unsigned pvo = plist->Parameters[prog_src->Index].ValueOffset; local in function:ptn_get_src
H A Dir_to_mesa.cpp2562 unsigned pvo = params->Parameters[i].ValueOffset; local in function:_mesa_associate_uniform_storage
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c125 unsigned pvo = paramList->ParameterValueOffset[pi]; local in function:r200VertexProgUpdateParams
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c125 unsigned pvo = paramList->Parameters[pi].ValueOffset; local in function:r200VertexProgUpdateParams
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atifs_to_tgsi.c479 unsigned pvo = program->Parameters->ParameterValueOffset[i]; local in function:st_translate_atifs_program
H A Dst_mesa_to_tgsi.c1014 unsigned pvo = program->Parameters->ParameterValueOffset[i]; local in function:st_translate_mesa_program
H A Dst_glsl_to_tgsi.cpp6929 unsigned pvo = proginfo->Parameters->ParameterValueOffset[i]; local in function:st_translate_program
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp6962 unsigned pvo = proginfo->Parameters->Parameters[i].ValueOffset; local in function:st_translate_program

Completed in 49 milliseconds