Home
last modified time | relevance | path

Searched defs:comp (Results 101 - 125 of 352) sorted by relevance

12345678910>>...15

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_valuefactory.cpp319 PVirtualValue ValueFactory::src64(const nir_alu_src& alu_src, int chan, int comp) in src64() argument
H A Dsfn_liverangeevaluator.cpp157 const auto& comp = live_range_map.component(i); in LiveRangeInstrVisitor() local
435 const auto& comp = lrm.component(i); in operator <<() local
H A Dsfn_ra.cpp113 int comp = start_comp; in group_allocation() local
233 auto& comp = lrm.component(i); register_allocation() local
282 auto& comp = lrm.component(i); register_allocation() local
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_enc.c78 OMX_ERRORTYPE vid_enc_LoaderComponent(stLoaderComponentType *comp) in vid_enc_LoaderComponent() argument
126 vid_enc_Constructor(OMX_COMPONENTTYPE *comp, OMX_STRING name) vid_enc_Constructor() argument
247 vid_enc_Destructor(OMX_COMPONENTTYPE *comp) vid_enc_Destructor() argument
291 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_AllocateBackTexture() local
324 OMX_COMPONENTTYPE *comp = handle; vid_enc_SetParameter() local
421 OMX_COMPONENTTYPE *comp = handle; vid_enc_GetParameter() local
509 OMX_COMPONENTTYPE *comp = handle; vid_enc_SetConfig() local
572 OMX_COMPONENTTYPE *comp = handle; vid_enc_GetConfig() local
599 vid_enc_MessageHandler(OMX_COMPONENTTYPE* comp, internalRequestMessageType *msg) vid_enc_MessageHandler() argument
697 OMX_COMPONENTTYPE* comp = port->standCompContainer; vid_enc_FreeInBuffer() local
735 OMX_COMPONENTTYPE* comp = port->standCompContainer; vid_enc_FreeOutBuffer() local
754 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_NeedTask() local
763 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_LoadImage() local
771 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_ScaleInput() local
779 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_ControlPicture() local
787 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_HandleTask() local
819 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_ClearBframes() local
848 OMX_COMPONENTTYPE* comp = port->standCompContainer; vid_enc_EncodeFrame() local
938 vid_enc_BufferEncoded(OMX_COMPONENTTYPE *comp, OMX_BUFFERHEADERTYPE* input, OMX_BUFFERHEADERTYPE* output) vid_enc_BufferEncoded() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.c390 zink_create_compute_pipeline(struct zink_screen *screen, struct zink_compute_program *comp, struct zink_compute_pipeline_state *state) in zink_create_compute_pipeline() argument
/third_party/node/deps/icu-small/source/common/
H A Dcaniter.cpp500 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { in extract() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c90 nir_ssa_def *comp[4] = { NULL, }; in implicit_downsampled_coords() local
/third_party/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp179 UnicodeString decomp, comp; in characterTest() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnir.c33 gpir_reg *gpir_create_reg(gpir_compiler *comp) in gpir_create_reg() argument
41 static gpir_reg *reg_for_nir_reg(gpir_compiler *comp, nir_register *nir_reg) in reg_for_nir_reg() argument
340 gpir_emit_function(gpir_compiler *comp, nir_function_impl *impl) gpir_emit_function() argument
403 gpir_compiler *comp = rzalloc(prog, gpir_compiler); gpir_compiler_create() local
426 gpir_print_shader_db(struct nir_shader *nir, gpir_compiler *comp, struct util_debug_callback *debug) gpir_print_shader_db() argument
451 gpir_compiler *comp = gpir_compiler_create(prog, func->reg_alloc, func->ssa_alloc); gpir_compile_nir() local
[all...]
H A Dinstr.c531 void gpir_instr_print_prog(gpir_compiler *comp) in gpir_instr_print_prog() argument
H A Dlower.c30 static bool gpir_lower_const(gpir_compiler *comp) in gpir_lower_const() argument
85 static bool gpir_lower_load(gpir_compiler *comp) in gpir_lower_load() argument
257 static bool gpir_lower_node_may_consume_two_slots(gpir_compiler *comp) in gpir_lower_node_may_consume_two_slots() argument
447 gpir_pre_rsched_lower_prog(gpir_compiler *comp) gpir_pre_rsched_lower_prog() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c804 static void ppir_codegen_print_prog(ppir_compiler *comp) in ppir_codegen_print_prog() argument
828 bool ppir_codegen_prog(ppir_compiler *comp) in ppir_codegen_prog() argument
[all...]
H A Dnode.c350 ppir_compiler *comp = block->comp; in ppir_node_create() local
585 void ppir_node_print_prog(ppir_compiler *comp) in ppir_node_print_prog() argument
637 ppir_compiler *comp in ppir_node_insert_mov() local
[all...]
H A Dregalloc.c81 static void ppir_regalloc_update_reglist_ssa(ppir_compiler *comp) in ppir_regalloc_update_reglist_ssa() argument
104 static void ppir_regalloc_print_result(ppir_compiler *comp) in ppir_regalloc_print_result() argument
187 static bool ppir_update_spilled_src(ppir_compiler *comp, ppir_block *block, in ppir_update_spilled_src() argument
275 ppir_update_spilled_dest_load(ppir_compiler *comp, ppir_block *block, ppir_node *node) ppir_update_spilled_dest_load() argument
337 ppir_update_spilled_dest(ppir_compiler *comp, ppir_block *block, ppir_node *node) ppir_update_spilled_dest() argument
377 ppir_regalloc_spill_reg(ppir_compiler *comp, ppir_reg *chosen) ppir_regalloc_spill_reg() argument
412 ppir_regalloc_choose_spill_node(ppir_compiler *comp, struct ra_graph *g) ppir_regalloc_choose_spill_node() argument
494 ppir_regalloc_reset_liveness_info(ppir_compiler *comp) ppir_regalloc_reset_liveness_info() argument
521 ppir_all_interference(ppir_compiler *comp, struct ra_graph *g, BITSET_WORD *liveness) ppir_all_interference() argument
535 ppir_regalloc_prog_try(ppir_compiler *comp, bool *spilled) ppir_regalloc_prog_try() argument
608 ppir_regalloc_prog(ppir_compiler *comp) ppir_regalloc_prog() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c65 struct ir2_reg_component *comp = get_reg(instr)->comp; in alu_swizzle() local
105 struct ir2_reg_component *comp = get_reg(instr)->comp; in alu_write_mask() local
131 struct ir2_reg_component *comp = get_reg(instr)->comp; in fetch_dst_swiz() local
[all...]
H A Dir2.c164 unsigned idx, comp; in scalarize_case1() local
105 insert(struct ir2_context *ctx, unsigned block_idx, unsigned reg_idx, struct ir2_src src1, unsigned *comp) insert() argument
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_draw_helpers.c300 nir_ssa_def *comp = nir_flt32(b, chan_val_one, dist); in nir_lower_aapoint_impl() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c164 int comp; in translate_arg_rgb() local
H A Dradeon_emulate_branches.c119 scan_write(void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int comp) scan_write() argument
H A Dradeon_program_print.c188 unsigned int comp; in rc_print_swizzle() local
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_enc.c96 COMP_METHOD *comp; in ssl3_change_cipher_state() local
251 SSL_COMP *comp; in ssl3_setup_key_block() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/stack/
H A Dstack.c29 OPENSSL_sk_compfunc comp; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemStackTests.cpp147 std::string comp = in initPrograms() local
H A DvktProtectedMemWorkgroupStorageTests.cpp142 std::string comp = in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateTests.cpp77 const auto& comp = binaries.get("comp"); in iterate() local
342 std::stringstream comp; in initPrograms() local
668 std::stringstream comp; in initPrograms() local
[all...]

Completed in 20 milliseconds

12345678910>>...15