Searched defs:cache_id (Results 1 - 14 of 14) sorted by relevance

/external/eigen/bench/
H A Dcheck_cache_queries.cpp58 int cache_id = 0; local
62 EIGEN_CPUID(abcd,0x4,cache_id);
71 cout << "cache[" << cache_id << "].type = " << cache_type << "\n";
72 cout << "cache[" << cache_id << "].level = " << cache_level << "\n";
73 cout << "cache[" << cache_id << "].ways = " << ways << "\n";
74 cout << "cache[" << cache_id << "].partitions = " << partitions << "\n";
75 cout << "cache[" << cache_id << "].line_size = " << line_size << "\n";
76 cout << "cache[" << cache_id << "].sets = " << sets << "\n";
77 cout << "cache[" << cache_id << "].size = " << cache_size << "\n";
79 cache_id
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_cache.c35 * consumers can query the hash table of state using a cache_id,
57 GLuint hash = item->cache_id, i;
75 return a->cache_id == b->cache_id &&
130 * Returns the buffer object matching cache_id and key, or NULL.
134 enum brw_cache_id cache_id,
143 lookup.cache_id = cache_id;
157 brw->state.dirty.cache |= (1 << cache_id);
208 if (item->cache_id !
133 brw_search_cache(struct brw_cache *cache, enum brw_cache_id cache_id, const void *key, GLuint key_size, uint32_t *inout_offset, void *out_aux) argument
262 brw_upload_cache(struct brw_cache *cache, enum brw_cache_id cache_id, const void *key, GLuint key_size, const void *data, GLuint data_size, const void *aux, GLuint aux_size, uint32_t *out_offset, void *out_aux) argument
[all...]
H A Dbrw_context.h604 * Effectively part of the key, cache_id identifies what kind of state
608 enum brw_cache_id cache_id; member in struct:brw_cache_item
/external/kernel-headers/original/uapi/linux/
H A Datmmpc.h34 __be32 cache_id; member in struct:eg_ctrl_info
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute_internal.c604 int cache_id,
612 get_empty_res(pipe, COMPUTE_RESOURCE_CONST_MEM, cache_id);
616 assert(cache_id < 16);
618 evergreen_reg_set(res, SQ_ALU_CONST_BUFFER_SIZE_LS_0 + cache_id*4, size);
619 evergreen_reg_set(res, SQ_ALU_CONST_CACHE_LS_0 + cache_id*4, offset >> 8);
602 evergreen_set_const_cache( struct r600_pipe_compute *pipe, int cache_id, struct r600_resource* cbo, int size, int offset) argument
/external/eigen/Eigen/src/Core/util/
H A DMemory.h789 int cache_id = 0; local
793 EIGEN_CPUID(abcd,0x4,cache_id);
813 cache_id++;
814 } while(cache_type>0 && cache_id<16);
/external/webp/src/dec/
H A Dframe.c35 const int cache_id = ctx->id_; local
38 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16;
60 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8;
61 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8;
221 const int cache_id = ctx->id_; local
224 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8;
225 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8;
249 const int cache_id = ctx->id_; local
253 const int y_offset = cache_id * 16 * dec->cache_y_stride_;
254 const int uv_offset = cache_id *
713 const int cache_id = ctx->id_; local
[all...]
/external/v8/src/arm/
H A Dfull-codegen-arm.cc3834 int cache_id = Smi::cast(*(args->at(0)->AsLiteral()->value()))->value(); local
3838 if (jsfunction_result_caches->length() <= cache_id) {
3853 FieldMemOperand(cache, FixedArray::OffsetOfElementAt(cache_id)));
/external/v8/src/arm64/
H A Dfull-codegen-arm64.cc3517 int cache_id = Smi::cast(*(args->at(0)->AsLiteral()->value()))->value(); local
3521 if (jsfunction_result_caches->length() <= cache_id) {
3537 FieldMemOperand(cache, FixedArray::OffsetOfElementAt(cache_id)));
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc3755 int cache_id = Smi::cast(*(args->at(0)->AsLiteral()->value()))->value(); local
3759 if (jsfunction_result_caches->length() <= cache_id) {
3776 FieldOperand(cache, FixedArray::OffsetOfElementAt(cache_id)));
/external/v8/src/mips/
H A Dfull-codegen-mips.cc3844 int cache_id = Smi::cast(*(args->at(0)->AsLiteral()->value()))->value(); local
3848 if (jsfunction_result_caches->length() <= cache_id) {
3865 FieldMemOperand(cache, FixedArray::OffsetOfElementAt(cache_id)));
/external/v8/src/mips64/
H A Dfull-codegen-mips64.cc3845 int cache_id = Smi::cast(*(args->at(0)->AsLiteral()->value()))->value(); local
3849 if (jsfunction_result_caches->length() <= cache_id) {
3866 FieldMemOperand(cache, FixedArray::OffsetOfElementAt(cache_id)));
/external/v8/src/x64/
H A Dfull-codegen-x64.cc3741 int cache_id = Smi::cast(*(args->at(0)->AsLiteral()->value()))->value(); local
3745 if (jsfunction_result_caches->length() <= cache_id) {
3763 FieldOperand(cache, FixedArray::OffsetOfElementAt(cache_id)));
/external/v8/src/x87/
H A Dfull-codegen-x87.cc3744 int cache_id = Smi::cast(*(args->at(0)->AsLiteral()->value()))->value(); local
3748 if (jsfunction_result_caches->length() <= cache_id) {
3765 FieldOperand(cache, FixedArray::OffsetOfElementAt(cache_id)));

Completed in 372 milliseconds