Searched refs:OPCODE_PROGRAM_LOCAL_PARAMETER_ARB (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | dlist.c | 273 OPCODE_PROGRAM_LOCAL_PARAMETER_ARB, enumerator 5097 n = alloc_instruction(ctx, OPCODE_PROGRAM_LOCAL_PARAMETER_ARB, 6); in save_ProgramLocalParameter4fARB() 5119 n = alloc_instruction(ctx, OPCODE_PROGRAM_LOCAL_PARAMETER_ARB, 6); in save_ProgramLocalParameter4fvARB() 5147 n = alloc_instruction(ctx, OPCODE_PROGRAM_LOCAL_PARAMETER_ARB, 6); in save_ProgramLocalParameters4fvEXT() 5174 n = alloc_instruction(ctx, OPCODE_PROGRAM_LOCAL_PARAMETER_ARB, 6); in save_ProgramLocalParameter4dARB() 5196 n = alloc_instruction(ctx, OPCODE_PROGRAM_LOCAL_PARAMETER_ARB, 6); in save_ProgramLocalParameter4dvARB() 11524 case OPCODE_PROGRAM_LOCAL_PARAMETER_ARB: in execute_list()
|