Searched refs:partials (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmHash.h | 42 unsigned long partials; /* Not at top of linked list */ member in struct:HashTable
|
| H A D | xf86drmHash.c | 155 ++table->partials;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxhash.c | 119 unsigned long partials; /* Not at top of linked list */ member in struct:__glxHashTable 167 table->partials = 0; 217 ++table->partials; 361 printf("Hits = %ld, partials = %ld, misses = %ld\n", 362 table->hits, table->partials, table->misses);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxhash.c | 119 unsigned long partials; /* Not at top of linked list */ member in struct:__glxHashTable 167 table->partials = 0; 217 ++table->partials; 361 printf("Hits = %ld, partials = %ld, misses = %ld\n", 362 table->hits, table->partials, table->misses);
|
| /xsrc/external/mit/libdrm/dist/tests/ |
| H A D | hash.c | 109 printf("Entries = %ld, hits = %ld, partials = %ld, misses = %ld\n", 110 table->entries, table->hits, table->partials, table->misses);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_cs.c | 119 arg_types[13] = int32_type; /* coro only - partials */ 191 LLVMValueRef partials = LLVMBuildURem(gallivm->builder, x_size_arg, vec_length, ""); local in function:generate_compute 234 args[13] = partials; 310 partials = LLVMGetParam(coro, 13); 345 LLVMValueRef has_partials = LLVMBuildICmp(gallivm->builder, LLVMIntNE, partials, lp_build_const_int32(gallivm, 0), ""); 391 lp_build_loop_begin(&mask_loop_state, gallivm, partials);
|
Completed in 13 milliseconds