HomeSort by: relevance | last modified time | path
    Searched refs:size_bytes (Results 1 - 25 of 36) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_binding_tables.c 61 if (prog_data->binding_table.size_bytes == 0) {
77 brw_state_batch(brw, prog_data->binding_table.size_bytes,
82 prog_data->binding_table.size_bytes);
gfx6_sol.c 151 prog_data->binding_table.size_bytes > 0;
brw_wm.c 68 prog_data->base.binding_table.size_bytes = next_binding_table_offset * 4;
brw_program.c 836 stage_prog_data->binding_table.size_bytes = next_binding_table_offset * 4;
genX_state_upload.c 1939 wm_prog_data->base.binding_table.size_bytes / 4;
2103 stage_prog_data->binding_table.size_bytes / 4; \
3879 ps.BindingTableEntryCount = prog_data->base.binding_table.size_bytes / 4;
4285 uint32_t *bind = brw_state_batch(brw, prog_data->binding_table.size_bytes,
4375 prog_data->binding_table.size_bytes);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_binding_tables.c 61 if (prog_data->binding_table.size_bytes == 0) {
77 brw_state_batch(brw, prog_data->binding_table.size_bytes,
82 prog_data->binding_table.size_bytes);
gen6_sol.c 150 prog_data->binding_table.size_bytes > 0;
brw_wm.c 68 prog_data->base.binding_table.size_bytes = next_binding_table_offset * 4;
brw_program.c 865 stage_prog_data->binding_table.size_bytes = next_binding_table_offset * 4;
genX_state_upload.c 1950 wm_prog_data->base.binding_table.size_bytes / 4;
2120 stage_prog_data->binding_table.size_bytes / 4; \
3957 prog_data->base.binding_table.size_bytes / 4;
4355 uint32_t *bind = brw_state_batch(brw, prog_data->binding_table.size_bytes,
4451 prog_data->binding_table.size_bytes);
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_cursor.c 213 int size_bytes; local
217 size_bytes = size * 2;
220 height = ((size_bytes * xf86_config->num_crtc) + width_bytes - 1) / width_bytes;
252 (size_bytes * xf86_config->num_crtc) / 1024, c,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_binder.c 156 sizes[stage] = align(shaders[stage]->bt.size_bytes, BTP_ALIGNMENT);
205 unsigned size = shader->bt.size_bytes;
iris_context.h 443 uint32_t size_bytes; member in struct:iris_binding_table
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_binder.c 157 sizes[stage] = align(prog_data->binding_table.size_bytes, BTP_ALIGNMENT);
204 unsigned size = prog_data->binding_table.size_bytes;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_cursor.c 421 int size_bytes = CURSOR_WIDTH * 4 * CURSOR_HEIGHT; local
426 size_bytes, align, RADEON_GEM_DOMAIN_VRAM);
433 (size_bytes * xf86_config->num_crtc) / 1024,
evergreen_textured_videofuncs.c 425 ps_const_conf.size_bytes = 256;
451 vs_const_conf.size_bytes = 256;
evergreen_state.h 123 int size_bytes; member in struct:__anon6781
evergreen_accel.c 564 uint32_t size = const_conf->size_bytes >> 8;
582 const_conf->size_bytes, const_conf->const_addr,
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
evergreen_textured_videofuncs.c 414 ps_const_conf.size_bytes = 256;
440 vs_const_conf.size_bytes = 256;
evergreen_state.h 121 int size_bytes; member in struct:__anon6910
evergreen_accel.c 556 uint32_t size = const_conf->size_bytes >> 8;
574 const_conf->size_bytes, const_conf->const_addr,
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident_dac.c 1152 int size_bytes; local
1154 size_bytes = CURSOR_WIDTH * 4 * CURSOR_HEIGHT;
1157 height = (size_bytes + width_bytes - 1) / width_bytes;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_context.h 350 uint32_t size_bytes; member in struct:crocus_binding_table
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_compiler.h 596 uint32_t size_bytes; member in struct:brw_stage_prog_data::__anon4714
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_compiler.h 738 uint32_t size_bytes; member in struct:brw_stage_prog_data::__anon2376

Completed in 228 milliseconds

1 2