/third_party/lwip/src/netif/ppp/ |
H A D | ecp.c | 84 static void ecp_init (int unit); 86 static void ecp_open (int unit); 87 static void ecp_close (int unit, char *); 88 static void ecp_lowerup (int unit); 90 static void ecp_input (int unit, u_char *pkt, int len); 91 static void ecp_protrej (int unit); 99 static void ecp_datainput (int unit, u_char *pkt, int len); 159 ecp_init(unit) in ecp_init() 160 int unit; in ecp_init() 162 fsm *f = &ecp_fsm[unit]; [all...] |
/kernel/linux/linux-5.10/drivers/block/paride/ |
H A D | pg.c | 66 devices, this is the unit selector for the 245 int unit; in pg_init_units() local 248 for (unit = 0; unit < PG_UNITS; unit++) { in pg_init_units() 249 int *parm = *drives[unit]; in pg_init_units() 250 struct pg *dev = &devices[unit]; in pg_init_units() 257 snprintf(dev->name, PG_NAMELEN, "%s%c", name, 'a'+unit); in pg_init_units() 481 int k, unit; in pg_detect() local 503 for (unit in pg_detect() 528 int unit = iminor(inode) & 0x7f; pg_open() local 667 int unit; pg_init() local 715 int unit; pg_exit() local [all...] |
/kernel/linux/linux-5.10/sound/firewire/fireface/ |
H A D | ff.c | 18 struct fw_device *fw_dev = fw_parent_device(ff->unit); in name_card() 36 dev_name(&ff->unit->device), 100 << fw_dev->max_speed); in name_card() 55 err = snd_card_new(&ff->unit->device, -1, NULL, THIS_MODULE, 0, in do_registration() 95 dev_info(&ff->unit->device, in do_registration() 99 static int snd_ff_probe(struct fw_unit *unit, in snd_ff_probe() argument 104 ff = devm_kzalloc(&unit->device, sizeof(struct snd_ff), GFP_KERNEL); in snd_ff_probe() 107 ff->unit = fw_unit_get(unit); in snd_ff_probe() 108 dev_set_drvdata(&unit->device, ff); in snd_ff_probe() 119 snd_fw_schedule_registration(unit, in snd_ff_probe() 124 snd_ff_update(struct fw_unit *unit) snd_ff_update() argument 138 snd_ff_remove(struct fw_unit *unit) snd_ff_remove() argument [all...] |
/kernel/linux/linux-6.6/sound/firewire/bebob/ |
H A D | bebob.h | 85 struct fw_unit *unit; member 122 snd_bebob_read_block(struct fw_unit *unit, u64 addr, void *buf, int size) in snd_bebob_read_block() argument 124 return snd_fw_transaction(unit, TCODE_READ_BLOCK_REQUEST, in snd_bebob_read_block() 130 snd_bebob_read_quad(struct fw_unit *unit, u64 addr, u32 *buf) in snd_bebob_read_quad() argument 132 return snd_fw_transaction(unit, TCODE_READ_QUADLET_REQUEST, in snd_bebob_read_quad() 138 int avc_audio_set_selector(struct fw_unit *unit, unsigned int subunit_id, 140 int avc_audio_get_selector(struct fw_unit *unit, unsigned int subunit_id, 174 enum avc_bridgeco_plug_unit unit, in avc_bridgeco_fill_unit_addr() 180 buf[3] = unit; in avc_bridgeco_fill_unit_addr() 196 int avc_bridgeco_get_plug_ch_pos(struct fw_unit *unit, 172 avc_bridgeco_fill_unit_addr(u8 buf[AVC_BRIDGECO_ADDR_BYTES], enum avc_bridgeco_plug_dir dir, enum avc_bridgeco_plug_unit unit, unsigned int pid) avc_bridgeco_fill_unit_addr() argument [all...] |
H A D | bebob_stream.c | 70 err = avc_general_get_sig_fmt(bebob->unit, &tx_rate, in snd_bebob_stream_get_rate() 78 err = avc_general_get_sig_fmt(bebob->unit, &rx_rate, in snd_bebob_stream_get_rate() 89 err = avc_general_set_sig_fmt(bebob->unit, rx_rate, in snd_bebob_stream_get_rate() 100 err = avc_general_set_sig_fmt(bebob->unit, rate, in snd_bebob_stream_set_rate() 105 err = avc_general_set_sig_fmt(bebob->unit, rate, in snd_bebob_stream_set_rate() 132 dev_err(&bebob->unit->device, in snd_bebob_stream_get_clock_src() 138 dev_err(&bebob->unit->device, in snd_bebob_stream_get_clock_src() 164 err = avc_bridgeco_get_plug_input(bebob->unit, addr, input); in snd_bebob_stream_get_clock_src() 166 dev_err(&bebob->unit->device, in snd_bebob_stream_get_clock_src() 221 err = avc_bridgeco_get_plug_type(bebob->unit, add in snd_bebob_stream_get_clock_src() [all...] |
H A D | bebob.c | 70 struct fw_device *fw_dev = fw_parent_device(bebob->unit); in name_device() 84 /* get model name from unit directory */ in name_device() 85 err = fw_csr_string(bebob->unit->directory, CSR_MODEL, in name_device() 91 err = snd_bebob_read_quad(bebob->unit, INFO_OFFSET_HW_MODEL_ID, in name_device() 97 err = snd_bebob_read_quad(bebob->unit, INFO_OFFSET_HW_MODEL_REVISION, in name_device() 103 err = snd_bebob_read_block(bebob->unit, INFO_OFFSET_GUID, in name_device() 114 data[0], data[1], dev_name(&bebob->unit->device), in name_device() 132 fw_unit_put(bebob->unit); in bebob_card_free() 136 get_saffire_spec(struct fw_unit *unit) in get_saffire_spec() argument 140 if (fw_csr_string(unit in get_saffire_spec() 150 check_audiophile_booted(struct fw_unit *unit) check_audiophile_booted() argument 184 bebob_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) bebob_probe() argument 319 bebob_update(struct fw_unit *unit) bebob_update() argument 329 bebob_remove(struct fw_unit *unit) bebob_remove() argument [all...] |
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_it821x.c | 159 int unit = adev->devno; in it821x_program_udma() local 168 pci_write_config_byte(pdev, 0x56 + 4 * channel + unit, conf); in it821x_program_udma() 189 u8 unit = adev->devno; in it821x_clock_strategy() local 232 if (pair && itdev->udma[1-unit] != UDMA_OFF) { in it821x_clock_strategy() 233 it821x_program_udma(ap, pair, itdev->udma[1-unit]); in it821x_clock_strategy() 234 it821x_program(ap, pair, itdev->pio[1-unit]); in it821x_clock_strategy() 240 if (itdev->udma[unit] != UDMA_OFF) { in it821x_clock_strategy() 241 it821x_program_udma(ap, adev, itdev->udma[unit]); in it821x_clock_strategy() 242 it821x_program(ap, adev, itdev->pio[unit]); in it821x_clock_strategy() 262 int unit in it821x_passthru_set_piomode() local 295 int unit = adev->devno; it821x_passthru_set_dmamode() local 350 int unit = adev->devno; it821x_passthru_bmdma_start() local 373 int unit = adev->devno; it821x_passthru_bmdma_stop() local [all...] |
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
H A D | bebob_stream.c | 71 err = avc_general_get_sig_fmt(bebob->unit, &tx_rate, in snd_bebob_stream_get_rate() 79 err = avc_general_get_sig_fmt(bebob->unit, &rx_rate, in snd_bebob_stream_get_rate() 90 err = avc_general_set_sig_fmt(bebob->unit, rx_rate, in snd_bebob_stream_get_rate() 101 err = avc_general_set_sig_fmt(bebob->unit, rate, in snd_bebob_stream_set_rate() 106 err = avc_general_set_sig_fmt(bebob->unit, rate, in snd_bebob_stream_set_rate() 133 dev_err(&bebob->unit->device, in snd_bebob_stream_get_clock_src() 139 dev_err(&bebob->unit->device, in snd_bebob_stream_get_clock_src() 165 err = avc_bridgeco_get_plug_input(bebob->unit, addr, input); in snd_bebob_stream_get_clock_src() 167 dev_err(&bebob->unit->device, in snd_bebob_stream_get_clock_src() 222 err = avc_bridgeco_get_plug_type(bebob->unit, add in snd_bebob_stream_get_clock_src() [all...] |
H A D | bebob.h | 80 struct fw_unit *unit; member 123 snd_bebob_read_block(struct fw_unit *unit, u64 addr, void *buf, int size) in snd_bebob_read_block() argument 125 return snd_fw_transaction(unit, TCODE_READ_BLOCK_REQUEST, in snd_bebob_read_block() 131 snd_bebob_read_quad(struct fw_unit *unit, u64 addr, u32 *buf) in snd_bebob_read_quad() argument 133 return snd_fw_transaction(unit, TCODE_READ_QUADLET_REQUEST, in snd_bebob_read_quad() 139 int avc_audio_set_selector(struct fw_unit *unit, unsigned int subunit_id, 141 int avc_audio_get_selector(struct fw_unit *unit, unsigned int subunit_id, 175 enum avc_bridgeco_plug_unit unit, in avc_bridgeco_fill_unit_addr() 181 buf[3] = unit; in avc_bridgeco_fill_unit_addr() 197 int avc_bridgeco_get_plug_ch_pos(struct fw_unit *unit, 173 avc_bridgeco_fill_unit_addr(u8 buf[AVC_BRIDGECO_ADDR_BYTES], enum avc_bridgeco_plug_dir dir, enum avc_bridgeco_plug_unit unit, unsigned int pid) avc_bridgeco_fill_unit_addr() argument [all...] |
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_it821x.c | 159 int unit = adev->devno; in it821x_program_udma() local 168 pci_write_config_byte(pdev, 0x56 + 4 * channel + unit, conf); in it821x_program_udma() 189 u8 unit = adev->devno; in it821x_clock_strategy() local 232 if (pair && itdev->udma[1-unit] != UDMA_OFF) { in it821x_clock_strategy() 233 it821x_program_udma(ap, pair, itdev->udma[1-unit]); in it821x_clock_strategy() 234 it821x_program(ap, pair, itdev->pio[1-unit]); in it821x_clock_strategy() 240 if (itdev->udma[unit] != UDMA_OFF) { in it821x_clock_strategy() 241 it821x_program_udma(ap, adev, itdev->udma[unit]); in it821x_clock_strategy() 242 it821x_program(ap, adev, itdev->pio[unit]); in it821x_clock_strategy() 262 int unit in it821x_passthru_set_piomode() local 295 int unit = adev->devno; it821x_passthru_set_dmamode() local 350 int unit = adev->devno; it821x_passthru_bmdma_start() local 373 int unit = adev->devno; it821x_passthru_bmdma_stop() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | options.c | 204 .flags = AV_OPT_FLAG_ENCODING_PARAM, .unit = "disposition" }, 205 { "default", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_DEFAULT }, .unit = "disposition" }, 206 { "dub", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_DUB }, .unit = "disposition" }, 207 { "original", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_ORIGINAL }, .unit = "disposition" }, 208 { "comment", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_COMMENT }, .unit = "disposition" }, 209 { "lyrics", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_LYRICS }, .unit = "disposition" }, 210 { "karaoke", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_KARAOKE }, .unit = "disposition" }, 211 { "forced", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_FORCED }, .unit = "disposition" }, 212 { "hearing_impaired", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_HEARING_IMPAIRED }, .unit = "disposition" }, 213 { "visual_impaired", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_VISUAL_IMPAIRED }, .unit [all...] |
/kernel/linux/linux-6.6/sound/firewire/digi00x/ |
H A D | digi00x.c | 21 struct fw_device *fw_dev = fw_parent_device(dg00x->unit); in name_card() 26 err = fw_csr_string(dg00x->unit->directory, CSR_MODEL, name, in name_card() 39 dev_name(&dg00x->unit->device), 100 << fw_dev->max_speed); in name_card() 52 fw_unit_put(dg00x->unit); in dg00x_card_free() 55 static int snd_dg00x_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in snd_dg00x_probe() argument 61 err = snd_card_new(&unit->device, -1, NULL, THIS_MODULE, sizeof(*dg00x), &card); in snd_dg00x_probe() 67 dg00x->unit = fw_unit_get(unit); in snd_dg00x_probe() 68 dev_set_drvdata(&unit->device, dg00x); in snd_dg00x_probe() 113 static void snd_dg00x_update(struct fw_unit *unit) in snd_dg00x_update() argument 124 snd_dg00x_remove(struct fw_unit *unit) snd_dg00x_remove() argument [all...] |
/kernel/linux/linux-6.6/sound/firewire/motu/ |
H A D | motu.c | 30 struct fw_device *fw_dev = fw_parent_device(motu->unit); in name_card() 35 fw_csr_iterator_init(&it, motu->unit->directory); in name_card() 51 dev_name(&motu->unit->device), 100 << fw_dev->max_speed); in name_card() 62 fw_unit_put(motu->unit); in motu_card_free() 65 static int motu_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in motu_probe() argument 71 err = snd_card_new(&unit->device, -1, NULL, THIS_MODULE, sizeof(*motu), &card); in motu_probe() 77 motu->unit = fw_unit_get(unit); in motu_probe() 78 dev_set_drvdata(&unit->device, motu); in motu_probe() 135 static void motu_remove(struct fw_unit *unit) in motu_remove() argument 143 motu_bus_update(struct fw_unit *unit) motu_bus_update() argument [all...] |
/kernel/linux/linux-6.6/sound/firewire/tascam/ |
H A D | tascam.c | 46 struct fw_device *fw_dev = fw_parent_device(tscm->unit); in identify_model() 53 dev_err(&tscm->unit->device, in identify_model() 82 dev_name(&tscm->unit->device), 100 << fw_dev->max_speed); in identify_model() 95 fw_unit_put(tscm->unit); in tscm_card_free() 98 static int snd_tscm_probe(struct fw_unit *unit, in snd_tscm_probe() argument 105 err = snd_card_new(&unit->device, -1, NULL, THIS_MODULE, sizeof(*tscm), &card); in snd_tscm_probe() 111 tscm->unit = fw_unit_get(unit); in snd_tscm_probe() 112 dev_set_drvdata(&unit->device, tscm); in snd_tscm_probe() 155 static void snd_tscm_update(struct fw_unit *unit) in snd_tscm_update() argument 166 snd_tscm_remove(struct fw_unit *unit) snd_tscm_remove() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Chrono.h | 79 /// duration_options ::= [unit][show_unit [number_options]] 80 /// unit ::= `h`|`m`|`s`|`ms|`us`|`ns` 95 /// If the unit of the duration type is not one of the units specified above, 97 /// display unit or you request that the unit is not displayed. 100 template <typename Period> struct unit { static const char value[]; }; struct 101 template <typename Period> const char unit<Period>::value[] = ""; 103 template <> struct unit<std::ratio<3600>> { static const char value[]; }; struct 104 template <> struct unit<std::ratio<60>> { static const char value[]; }; struct 105 template <> struct unit<st struct 106 template <> struct unit<std::milli> { static const char value[]; }; global() struct 107 template <> struct unit<std::micro> { static const char value[]; }; global() struct 108 template <> struct unit<std::nano> { static const char value[]; }; global() struct 156 StringRef unit; format() local 164 Stream << " " << unit; format() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberFormatterApiTest.java | 253 NumberFormatter.with().notation(Notation.compactShort()).unit(USD), in notationCompact() 267 "compact-short currency/USD unit-width-iso-code", in notationCompact() 268 "K currency/USD unit-width-iso-code", in notationCompact() 269 NumberFormatter.with().notation(Notation.compactShort()).unit(USD).unitWidth(UnitWidth.ISO_CODE), in notationCompact() 283 "compact-short currency/USD unit-width-full-name", in notationCompact() 284 "K currency/USD unit-width-full-name", in notationCompact() 285 NumberFormatter.with().notation(Notation.compactShort()).unit(USD).unitWidth(UnitWidth.FULL_NAME), in notationCompact() 303 NumberFormatter.with().notation(Notation.compactLong()).unit(USD), in notationCompact() 319 "compact-long currency/USD unit-width-iso-code", in notationCompact() 320 "KK currency/USD unit in notationCompact() [all...] |
/kernel/linux/linux-6.6/sound/firewire/oxfw/ |
H A D | oxfw.c | 45 static bool detect_loud_models(struct fw_unit *unit) in detect_loud_models() argument 56 err = fw_csr_string(unit->directory, CSR_MODEL, in detect_loud_models() 66 struct fw_device *fw_dev = fw_parent_device(oxfw->unit); in name_card() 80 /* get model name from unit directory */ in name_card() 81 err = fw_csr_string(oxfw->unit->directory, CSR_MODEL, in name_card() 86 err = snd_fw_transaction(oxfw->unit, TCODE_READ_QUADLET_REQUEST, in name_card() 115 dev_name(&oxfw->unit->device), 100 << fw_dev->max_speed); in name_card() 128 fw_unit_put(oxfw->unit); in oxfw_card_free() 133 struct fw_device *fw_dev = fw_parent_device(oxfw->unit); in detect_quirks() 208 static int oxfw_probe(struct fw_unit *unit, cons argument 273 oxfw_bus_reset(struct fw_unit *unit) oxfw_bus_reset() argument 289 oxfw_remove(struct fw_unit *unit) oxfw_remove() argument [all...] |
/kernel/linux/linux-5.10/sound/firewire/ |
H A D | iso-resources.c | 21 * @unit: the device unit for which the resources will be needed 26 int fw_iso_resources_init(struct fw_iso_resources *r, struct fw_unit *unit) in fw_iso_resources_init() argument 29 r->unit = unit; in fw_iso_resources_init() 108 struct fw_card *card = fw_parent_device(r->unit)->card; in fw_iso_resources_allocate() 140 dev_err(&r->unit->device, in fw_iso_resources_allocate() 143 dev_err(&r->unit->device, in fw_iso_resources_allocate() 166 struct fw_card *card = fw_parent_device(r->unit)->card; in fw_iso_resources_update() 192 dev_err(&r->unit in fw_iso_resources_update() [all...] |
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | iso-resources.c | 21 * @unit: the device unit for which the resources will be needed 26 int fw_iso_resources_init(struct fw_iso_resources *r, struct fw_unit *unit) in fw_iso_resources_init() argument 29 r->unit = unit; in fw_iso_resources_init() 108 struct fw_card *card = fw_parent_device(r->unit)->card; in fw_iso_resources_allocate() 140 dev_err(&r->unit->device, in fw_iso_resources_allocate() 143 dev_err(&r->unit->device, in fw_iso_resources_allocate() 166 struct fw_card *card = fw_parent_device(r->unit)->card; in fw_iso_resources_update() 192 dev_err(&r->unit in fw_iso_resources_update() [all...] |
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_sampler.c | 73 update_sampler(struct i915_context *i915, uint32_t unit, in update_sampler() argument 165 state[1] |= (unit << SS3_TEXTUREMAP_INDEX_SHIFT); in update_sampler() 282 update_map(struct i915_context *i915, uint32_t unit, in update_map() argument 345 uint32_t unit; in update_samplers() local 350 for (unit = 0; in update_samplers() 351 unit < i915->num_fragment_sampler_views && unit < i915->num_samplers; in update_samplers() 352 unit++) { in update_samplers() 353 /* determine unit enable/disable by looking for a bound texture */ in update_samplers() 355 if (i915->fragment_sampler_views[unit]) { in update_samplers() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/ |
H A D | saa7164-cards.c | 50 .unit = {{ 96 .unit = {{ 142 .unit = {{ 202 .unit = {{ 262 .unit = {{ 322 .unit = {{ 382 .unit = {{ 438 .unit = {{ 498 .unit = {{ 544 .unit 873 struct saa7164_unit *unit; saa7164_i2caddr_to_unitid() local 900 struct saa7164_unit *unit; saa7164_i2caddr_to_reglen() local 925 struct saa7164_unit *unit; saa7164_unitid_name() local [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/saa7164/ |
H A D | saa7164-cards.c | 50 .unit = {{ 96 .unit = {{ 142 .unit = {{ 202 .unit = {{ 262 .unit = {{ 322 .unit = {{ 382 .unit = {{ 438 .unit = {{ 498 .unit = {{ 544 .unit 873 struct saa7164_unit *unit; saa7164_i2caddr_to_unitid() local 900 struct saa7164_unit *unit; saa7164_i2caddr_to_reglen() local 925 struct saa7164_unit *unit; saa7164_unitid_name() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_mpeg2.c | 166 // Sequence End unit at the very end of a packet). in cbs_mpeg2_split_fragment() 180 // We didn't find a start code, so this is the final unit. in cbs_mpeg2_split_fragment() 191 // Do we have a further unit to add to the fragment? in cbs_mpeg2_split_fragment() 198 CodedBitstreamUnit *unit) in cbs_mpeg2_read_unit() 203 err = init_get_bits(&gbc, unit->data, 8 * unit->data_size); in cbs_mpeg2_read_unit() 207 err = ff_cbs_alloc_unit_content2(ctx, unit); in cbs_mpeg2_read_unit() 211 if (MPEG2_START_IS_SLICE(unit->type)) { in cbs_mpeg2_read_unit() 212 MPEG2RawSlice *slice = unit->content; in cbs_mpeg2_read_unit() 223 len = unit in cbs_mpeg2_read_unit() 197 cbs_mpeg2_read_unit(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit) cbs_mpeg2_read_unit() argument 265 cbs_mpeg2_write_header(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit, PutBitContext *pbc) cbs_mpeg2_write_header() argument 293 cbs_mpeg2_write_slice(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit, PutBitContext *pbc) cbs_mpeg2_write_slice() argument 342 cbs_mpeg2_write_unit(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit, PutBitContext *pbc) cbs_mpeg2_write_unit() argument 370 CodedBitstreamUnit *unit = &frag->units[i]; cbs_mpeg2_assemble_fragment() local [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | units.c | 36 unsigned long convert_unit(unsigned long value, char *unit) in convert_unit() argument 38 *unit = ' '; in convert_unit() 42 *unit = 'K'; in convert_unit() 47 *unit = 'M'; in convert_unit() 52 *unit = 'G'; in convert_unit() 60 char unit[4] = "BKMG"; in unit_number__scnprintf() local 68 return scnprintf(buf, size, "%" PRIu64 "%c", n, unit[i]); in unit_number__scnprintf()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texstate.h | 41 _mesa_get_tex_unit(struct gl_context *ctx, GLuint unit) in _mesa_get_tex_unit() argument 43 assert(unit < ARRAY_SIZE(ctx->Texture.Unit)); in _mesa_get_tex_unit() 44 return &(ctx->Texture.Unit[unit]); in _mesa_get_tex_unit() 48 * Return pointer to current texture unit. 49 * This the texture unit set by glActiveTexture(), not glClientActiveTexture(). 59 * Return pointer to current fixed-func texture unit. 60 * This the texture unit set by glActiveTexture(), not glClientActiveTexture(). 61 * \return NULL if the current unit is not a fixed-func texture unit 64 _mesa_get_fixedfunc_tex_unit(struct gl_context *ctx, GLuint unit) in _mesa_get_fixedfunc_tex_unit() argument [all...] |