Searched refs:partials (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libdrm/dist/
H A Dxf86drmHash.h42 unsigned long partials; /* Not at top of linked list */ member in struct:HashTable
H A Dxf86drmHash.c155 ++table->partials;
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxhash.c119 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 Dglxhash.c119 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 Dhash.c109 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 Dlp_state_cs.c119 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