Searched refs:fetches (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_vsplit.c | 57 unsigned fetches[MAP_SIZE]; member 70 memset(vsplit->cache.fetches, 0xff, sizeof(vsplit->cache.fetches)); in vsplit_clear_cache() 98 if (vsplit->cache.fetches[hash] != fetch) { in vsplit_add_cache() 100 vsplit->cache.fetches[hash] = fetch; in vsplit_add_cache() 134 vsplit->cache.fetches[hash] = 0; in vsplit_add_cache_ubyte() 152 vsplit->cache.fetches[hash] = 0; in vsplit_add_cache_ushort() 178 vsplit->cache.fetches[hash] = 0; in vsplit_add_cache_uint()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_vs.c | 169 LLVMValueRef fetches[4]; in load_input_vs() local 186 fetches[i] = ac_build_buffer_load_format(&ctx->ac, vb_desc, vertex_index, voffset, in load_input_vs() 192 LLVMValueRef fetch = fetches[0]; in load_input_vs() 195 fetches[i] = LLVMBuildExtractElement(ctx->ac.builder, fetch, tmp, ""); in load_input_vs() 202 fetches[i] = LLVMGetUndef(float_type); in load_input_vs() 206 fetches[3] = LLVMConstInt(int_type, 1, 0); in load_input_vs() 208 fetches[3] = LLVMConstReal(float_type, 1); in load_input_vs() 218 LLVMValueRef tmp = fetches[3]; in load_input_vs() 249 fetches[3] = tmp; in load_input_vs() 253 out[i] = ac_to_float(&ctx->ac, fetches[ in load_input_vs() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_scheduler.cpp | 68 fetches.push_back(instr); 136 std::list<FetchInstr *> fetches; member in r600::CollectInstructions 438 if (!cir.fetches.empty()){ in schedule_block() 440 for (auto& a : cir.fetches) { in schedule_block() 456 assert(cir.fetches.empty()); in schedule_block() 780 result |= collect_ready_type(fetches_ready, available.fetches); in collect_ready() 804 /* LDS fetches that use static offsets are usually ready ery fast, in collect_ready_alu_vec()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-c64xplus.pl | 137 || LDW *${XPA}++,$X0 ; fetches from X ring buffer are
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-c64xplus.pl | 137 || LDW *${XPA}++,$X0 ; fetches from X ring buffer are
|
Completed in 4 milliseconds