HomeSort by relevance Sort by last modified time
    Searched refs:urb (Results 26 - 50 of 59) sorted by null

12 3

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 164 sf->thread4.nr_urb_entries = brw->urb.nr_sf_entries;
165 sf->thread4.urb_entry_allocation_size = brw->urb.sfsize - 1;
177 brw->urb.nr_sf_entries) - 1;
gen7_l3_state.c 35 * more statistics from the pipeline state (e.g. guess of expected URB usage
140 * client (URB for all validated configurations) set to the
146 /* Minimum number of ways that can be allocated to the URB. */
195 * Update the URB size in the context state for the specified L3
204 if (brw->urb.size != sz) {
205 brw->urb.size = sz;
271 * explicitly, and it makes assumptions about it (URB size) which won't hold
genX_blorp_exec.c 175 brw->urb.vsize >= vs_entry_size)
brw_context.c     [all...]
brw_context.h 68 * URB - uniform resource buffer. A mid-sized buffer which is
72 * CURBE - constant URB entry. An urb region (entry) used to hold
76 * VUE - vertex URB entry. An urb entry holding a vertex and usually
80 * PUE - primitive URB entry. An urb entry produced by the setup (SF)
85 * urb) of the thread are preloaded to this area before the thread is
92 * MRF registers. All program output is via these messages. URB
93 * entries are populated by sending a message to the shared URB
978 } urb; member in struct:brw_context
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render.c 379 ilo_state_urb_full_delta(&vec->urb, render->dev, &session->urb_delta);
394 ilo_state_urb_get_delta(&vec->urb, render->dev,
395 &render->state.urb, &session->urb_delta);
432 render->state.urb = vec->urb;
ilo_blitter.h 82 struct ilo_state_urb urb; member in struct:ilo_blitter
ilo_shader.c 605 struct ilo_state_shader_urb_info *urb)
607 urb->cv_input_attr_count = kernel->in.count;
608 urb->read_base = 0;
609 urb->read_count = kernel->in.count;
611 urb->output_attr_count = kernel->out.count;
612 urb->user_cull_enables = 0x0;
613 urb->user_clip_enables = 0x0;
645 init_shader_urb(kernel, state, &info.urb);
657 gs_info.urb.cv_input_attr_count = kernel->out.count;
658 gs_info.urb.read_count = kernel->out.count
    [all...]
ilo_state.h 377 struct ilo_state_urb urb; member in struct:ilo_state_vector
ilo_blitter_rectlist.c 82 ilo_state_urb_init_for_rectlist(&blitter->urb, blitter->ilo->dev,
ilo_render_gen.h 93 struct ilo_state_urb urb; member in struct:ilo_render::ilo_render_state
ilo_render_gen6.c 120 * "Because of a urb corruption caused by allocating a previous
121 * gsunit's urb entry to vsunit software is required to send a
122 * "GS NULL Fence" (Send URB fence with VS URB size == 1 and GS URB
124 * be taking over GS URB space."
339 gen6_3DSTATE_URB(r->builder, &vec->urb);
908 gen6_3DSTATE_URB(r->builder, &blitter->urb);
ilo_state.c 577 * thread output URB entry."
590 ilo_state_urb_set_info(&vec->urb, dev, &info);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
GlobalizationPreferences.java 290 UResourceBundle urb = null; local
299 urb = candidate;
312 urb = candidate;
315 if (urb == null) {
317 urb = candidate;
325 if (urb == null) {
329 return urb;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
GlobalizationPreferences.java 302 UResourceBundle urb = null; local
311 urb = candidate;
324 urb = candidate;
327 if (urb == null) {
329 urb = candidate;
337 if (urb == null) {
341 return urb;
    [all...]
  /external/mesa3d/src/intel/vulkan/
genX_pipeline.c 50 * 64-bit components are stored * in the URB without any conversion. In
53 * R64_PASSTHRU is used to copy a 64-bit Red component into the URB,
259 anv_batch_emit(batch, GENX(3DSTATE_URB_VS), urb) {
260 urb._3DCommandSubOpcode += i;
261 urb.VSURBStartingAddress = start[i];
262 urb.VSURBEntryAllocationSize = entry_size[i] - 1;
263 urb.VSNumberofURBEntries = entries[i];
281 pipeline->urb.l3_config,
362 /* We have to subtract two slots to accout for the URB entry output
    [all...]
anv_pipeline.c     [all...]
genX_cmd_buffer.c 777 * client (URB for all validated configurations) set to the
784 /* Minimum number of ways that can be allocated to the URB. */
    [all...]
anv_private.h 824 * Header for Vertex URB Entry (VUE)
1448 } urb; member in struct:anv_pipeline
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundle.java 173 /* UResourceBundle urb = */irb.get(kwVal);
204 ICUResourceBundle urb = (ICUResourceBundle)irb.get(kwVal); local
209 // If the fetched item (urb) is in a different locale than our outer locale (r/fullBase)
211 if(!fullBase.getBaseName().equals(urb.getULocale().getBaseName())) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundle.java 169 /* UResourceBundle urb = */irb.get(kwVal);
200 ICUResourceBundle urb = (ICUResourceBundle)irb.get(kwVal); local
205 // If the fetched item (urb) is in a different locale than our outer locale (r/fullBase)
207 if(!fullBase.getBaseName().equals(urb.getULocale().getBaseName())) {
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
hfa384x.h     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 

Completed in 723 milliseconds

12 3