Searched refs:pair (Results 1 - 25 of 243) sorted by relevance

12345678910

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.c38 int rc_pair_alloc_source(struct rc_pair_instruction *pair, argument
53 if (rgb && pair->RGB.Src[RC_PAIR_PRESUB_SRC].Used
54 && index != pair->RGB.Src[RC_PAIR_PRESUB_SRC].Index) {
58 if (alpha && pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Used
59 && index != pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Index) {
67 if (pair->RGB.Src[i].Used) {
68 if (pair->RGB.Src[i].File != file ||
69 pair->RGB.Src[i].Index != index) {
77 if (pair->Alpha.Src[i].Used) {
78 if (pair
131 pair_foreach_source_callback(struct rc_pair_instruction * pair,void * data,rc_pair_foreach_src_fn cb,unsigned int swz,unsigned int src) argument
169 rc_pair_foreach_source_that_alpha_reads(struct rc_pair_instruction * pair,void * data,rc_pair_foreach_src_fn cb) argument
184 rc_pair_foreach_source_that_rgb_reads(struct rc_pair_instruction * pair,void * data,rc_pair_foreach_src_fn cb) argument
[all...]
H A Dradeon_pair_translate.c146 * Fill the given ALU instruction's opcodes and source operands into the given pair,
150 struct rc_pair_instruction * pair,
157 memset(pair, 0, sizeof(struct rc_pair_instruction));
163 pair->RGB.Opcode = RC_OPCODE_REPL_ALPHA;
165 pair->RGB.Opcode = inst->Opcode;
167 pair->RGB.Saturate = 1;
170 pair->Alpha.Opcode = inst->Opcode;
172 pair->Alpha.Saturate = 1;
182 * pair->{RGB,ALPHA}.Src[RC_PAIR_PRESUB_SRC] */
196 pair
149 set_pair_instruction(struct r300_fragment_program_compiler * c,struct rc_pair_instruction * pair,struct rc_sub_instruction * inst) argument
[all...]
H A Dradeon_program_pair.h102 int rc_pair_alloc_source(struct rc_pair_instruction *pair,
107 struct rc_pair_instruction * pair,
112 struct rc_pair_instruction * pair,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.c38 int rc_pair_alloc_source(struct rc_pair_instruction *pair, argument
53 if (rgb && pair->RGB.Src[RC_PAIR_PRESUB_SRC].Used
54 && index != pair->RGB.Src[RC_PAIR_PRESUB_SRC].Index) {
58 if (alpha && pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Used
59 && index != pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Index) {
67 if (pair->RGB.Src[i].Used) {
68 if (pair->RGB.Src[i].File != file ||
69 pair->RGB.Src[i].Index != index) {
77 if (pair->Alpha.Src[i].Used) {
78 if (pair
131 pair_foreach_source_callback(struct rc_pair_instruction * pair,void * data,rc_pair_foreach_src_fn cb,unsigned int swz,unsigned int src) argument
169 rc_pair_foreach_source_that_alpha_reads(struct rc_pair_instruction * pair,void * data,rc_pair_foreach_src_fn cb) argument
184 rc_pair_foreach_source_that_rgb_reads(struct rc_pair_instruction * pair,void * data,rc_pair_foreach_src_fn cb) argument
[all...]
H A Dradeon_pair_translate.c148 * Fill the given ALU instruction's opcodes and source operands into the given pair,
152 struct rc_pair_instruction * pair,
159 memset(pair, 0, sizeof(struct rc_pair_instruction));
165 pair->RGB.Opcode = RC_OPCODE_REPL_ALPHA;
167 pair->RGB.Opcode = inst->Opcode;
169 pair->RGB.Saturate = 1;
172 pair->Alpha.Opcode = inst->Opcode;
174 pair->Alpha.Saturate = 1;
184 * pair->{RGB,ALPHA}.Src[RC_PAIR_PRESUB_SRC] */
198 pair
151 set_pair_instruction(struct r300_fragment_program_compiler * c,struct rc_pair_instruction * pair,struct rc_sub_instruction * inst) argument
[all...]
H A Dradeon_program_pair.h102 int rc_pair_alloc_source(struct rc_pair_instruction *pair,
107 struct rc_pair_instruction * pair,
112 struct rc_pair_instruction * pair,
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-riscv.c41 struct riscv_hwprobe pair = {RISCV_HWPROBE_KEY_IMA_EXT_0, 0}; local in function:is_rvv_1_0_available
42 if (sys_riscv_hwprobe (&pair, 1, 0, 0, 0) < 0)
46 return (pair.value & RISCV_HWPROBE_IMA_V);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_spill.cpp75 std::vector<std::unordered_map<Temp, std::pair<uint32_t, uint32_t>>> next_use_distances_start;
76 std::vector<std::unordered_map<Temp, std::pair<uint32_t, uint32_t>>> next_use_distances_end;
77 std::vector<std::vector<std::pair<Temp, uint32_t>>> local_next_use_distance; /* Working buffer */
78 std::vector<std::pair<RegClass, std::unordered_set<uint32_t>>> interferences;
179 for (std::unordered_map<Temp, std::pair<uint32_t, uint32_t>>::iterator it =
214 std::pair<uint32_t, uint32_t> distance{block_idx, 0};
230 std::pair<uint32_t, uint32_t>& entry_distance = insert_result.first->second;
240 for (std::pair<const Temp, std::pair<uint32_t, uint32_t>>& pair
535 for (const std::pair<const Temp, std::pair<uint32_t, uint32_t>>& pair : local in function:aco::__anond37687ce0110::init_live_in_vars
578 for (const std::pair<const Temp, std::pair<uint32_t, uint32_t>>& pair : local in function:aco::__anond37687ce0110::init_live_in_vars
654 for (const std::pair<const Temp, std::pair<uint32_t, uint32_t>>& pair : next_use_distances) { local in function:aco::__anond37687ce0110::init_live_in_vars
[all...]
/xsrc/external/mit/pixman/dist/test/
H A Dgradient-crash-test.c126 point_pair_t *pair = &(point_pairs[p]); local in function:main
129 src_img = pixman_image_create_conical_gradient (&(pair->p0), r_inner,
132 src_img = pixman_image_create_radial_gradient (&(pair->p0), &(pair->p1),
136 src_img = pixman_image_create_linear_gradient (&(pair->p0), &(pair->p1),
/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsColNm.c245 * FirstCmp - Compare color names of pair recs
285 XcmsPair *pair = pairs;
287 for (i = 0; i < nEntries; i++, pair++) {
288 if (pair->flag != CYCLE) {
289 pair->flag = NOT_VISITED;
401 XcmsPair *pair = NULL;
451 pair = &pairs[i];
452 j = strcmp(name_lowered, pair->first);
473 if (pair->flag == CYCLE) {
476 if (pair
281 XcmsPair *pair = pairs; local in function:SetNoVisit
395 XcmsPair *pair = NULL; local in function:_XcmsLookupColorName
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dmain.cpp254 std::vector<std::pair<std::string, std::string>> names;
263 names.emplace_back(std::pair<std::string, std::string>(name, variant));
276 for (auto pair : tests) { local in function:main
280 for (const std::pair<std::string, std::string>& name : names) {
281 if (match_test(pair.first, name.first)) {
292 printf("Running '%s'\n", pair.first.c_str());
293 run_test(pair.second);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dfactor.hpp61 std::pair<T, std::vector<T>>
62 next_grid_factor(const std::pair<T, std::vector<T>> &limits,
65 std::pair<T, std::vector<T>> block,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dfactor.hpp61 std::pair<T, std::vector<T>>
62 next_grid_factor(const std::pair<T, std::vector<T>> &limits,
65 std::pair<T, std::vector<T>> block,
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dparser.h80 DMXConfigPairPtr pair; member in union:YYSTYPE
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrdriext.c204 EphyrWindowPair *pair=NULL ; local in function:ephyrDRIMoveWindow
235 if (!findWindowPairFromLocal (a_win, &pair) || !pair) {
236 EPHYR_LOG_ERROR ("failed to get window pair\n") ;
248 hostx_set_window_geometry (pair->remote, &geo) ;
264 EphyrWindowPair *pair=NULL ; local in function:ephyrDRIPositionWindow
290 if (!findWindowPairFromLocal (a_win, &pair) || !pair) {
291 EPHYR_LOG_ERROR ("failed to get window pair\n") ;
300 hostx_set_window_geometry (pair
317 EphyrWindowPair *pair=NULL ; local in function:ephyrDRIClipNotify
929 EphyrWindowPair *pair=NULL ; local in function:destroyHostPeerWindow
952 EphyrWindowPair *pair=NULL ; local in function:ProcXF86DRICreateDrawable
1016 EphyrWindowPair *pair=NULL; local in function:ProcXF86DRIDestroyDrawable
1061 EphyrWindowPair *pair=NULL; local in function:ProcXF86DRIGetDrawableInfo
[all...]
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrobjs.c479 FT_UInt32 code1, code2, pair; local in function:pfr_face_get_kerning
498 pair = PFR_KERN_INDEX( code1, code2 );
508 if ( pair >= item->pair1 && pair <= item->pair2 )
540 if ( cpair == pair )
543 if ( cpair < pair )
563 if ( cpair == pair )
566 if ( cpair < pair )
577 if ( cpair == pair )
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.h51 FakeCodeline(tgsi_opcode _op, const std::vector<std::pair<int,int>>& _dst,
52 const std::vector<std::pair<int, const char *>>& _src,
53 const std::vector<std::pair<int, const char *>>&_to, SWZ with_swizzle);
154 using life_range_result=std::pair<std::vector<register_live_range>,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.h51 FakeCodeline(tgsi_opcode _op, const std::vector<std::pair<int,int>>& _dst,
52 const std::vector<std::pair<int, const char *>>& _src,
53 const std::vector<std::pair<int, const char *>>&_to, SWZ with_swizzle);
154 using life_range_result=std::pair<std::vector<register_live_range>,
/xsrc/external/mit/MesaLib/dist/src/panfrost/ds/
H A Dpan_pps_driver.h29 /// @return A pair with two lists: counter groups and available counters
30 static std::pair<std::vector<CounterGroup>, std::vector<Counter>> create_available_counters(
H A Dpan_pps_driver.cc51 std::pair<std::vector<CounterGroup>, std::vector<Counter>>
54 std::pair<std::vector<CounterGroup>, std::vector<Counter>> ret;
/xsrc/external/mit/libXt/dist/src/
H A DEvent.c565 WWPair pair; local in function:XtRegisterDrawable
566 pair = XtNew(struct _WWPair);
568 pair->next = tab->pairs;
569 pair->window = window;
570 pair->widget = widget;
571 tab->pairs = pair;
613 WWPair *prev, pair; local in function:XtUnregisterDrawable
616 while ((pair = *prev) && pair->window != window)
617 prev = &pair
688 WWPair pair; local in function:XtWindowToWidget
741 register WWPair pair, next; local in function:_XtFreeWWTable
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dprogram.hpp33 typedef std::vector<std::pair<std::string, std::string>> header_map;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_llvm.hpp64 std::vector<std::pair<std::string, uint32_t>> dbgMembers =
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_llvm.hpp70 std::vector<std::pair<std::string, uint32_t>> dbgMembers =
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dprogram.hpp33 typedef std::vector<std::pair<std::string, std::string>> header_map;

Completed in 20 milliseconds

12345678910