Searched refs:int_slots_used (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | pixelshader9.h | 50 boolean int_slots_used[NINE_MAX_CONST_I]; member in struct:NinePixelShader9 122 ps->int_slots_used,
|
| H A D | vertexshader9.h | 60 boolean int_slots_used[NINE_MAX_CONST_I]; member in struct:NineVertexShader9 106 vs->int_slots_used,
|
| H A D | nine_shader.h | 78 boolean int_slots_used[NINE_MAX_CONST_I]; member in struct:nine_shader_info 245 boolean *int_slots_used, 255 assert(int_slots_used); 264 if (int_slots_used[i]) 244 nine_shader_constant_combination_key(struct nine_shader_constant_combination ** list,boolean * int_slots_used,boolean * bool_slots_used,int * const_i,BOOL * const_b) argument
|
| H A D | pixelshader9.c | 93 memcpy(This->int_slots_used, info.int_slots_used, sizeof(This->int_slots_used)); 209 info.add_constants_defs.int_const_added = &This->int_slots_used;
|
| H A D | vertexshader9.c | 109 memcpy(This->int_slots_used, info.int_slots_used, sizeof(This->int_slots_used)); 222 info.add_constants_defs.int_const_added = &This->int_slots_used;
|
| H A D | nine_shader.c | 601 tx->info->int_slots_used[idx] = TRUE; 3543 memset(info->int_slots_used, 0, sizeof(info->int_slots_used));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | pixelshader9.h | 50 boolean int_slots_used[NINE_MAX_CONST_I]; member in struct:NinePixelShader9 125 ps->int_slots_used,
|
| H A D | vertexshader9.h | 60 boolean int_slots_used[NINE_MAX_CONST_I]; member in struct:NineVertexShader9 106 vs->int_slots_used,
|
| H A D | nine_shader.h | 80 boolean int_slots_used[NINE_MAX_CONST_I]; member in struct:nine_shader_info 252 boolean *int_slots_used, 262 assert(int_slots_used); 271 if (int_slots_used[i]) 251 nine_shader_constant_combination_key(struct nine_shader_constant_combination ** list,boolean * int_slots_used,boolean * bool_slots_used,int * const_i,BOOL * const_b) argument
|
| H A D | pixelshader9.c | 94 memcpy(This->int_slots_used, info.int_slots_used, sizeof(This->int_slots_used)); 210 info.add_constants_defs.int_const_added = &This->int_slots_used;
|
| H A D | vertexshader9.c | 110 memcpy(This->int_slots_used, info.int_slots_used, sizeof(This->int_slots_used)); 224 info.add_constants_defs.int_const_added = &This->int_slots_used;
|
| H A D | nine_shader.c | 602 tx->info->int_slots_used[idx] = TRUE; 3578 memset(info->int_slots_used, 0, sizeof(info->int_slots_used));
|
Completed in 18 milliseconds