HomeSort by relevance Sort by last modified time
    Searched refs:shared_size (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/compiler/
shader_info.h 142 unsigned shared_size; member in struct:shader_info::__anon27490::__anon27493
  /external/mesa3d/src/compiler/glsl/
lower_shared_reference.cpp 55 : list_ctx(ralloc_context(NULL)), shader(shader), shared_size(0u)
93 unsigned shared_size; member in class:__anon27358::lower_shared_reference_visitor
110 new_entry->offset = glsl_align(shared_size, var_align);
113 shared_size = new_entry->offset + var_size;
481 lower_shared_reference(struct gl_linked_shader *shader, unsigned *shared_size)
498 *shared_size = v.shared_size;
ir_optimization.h 138 unsigned *shared_size);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nve4_compute.h 20 u16 shared_size; /* must be aligned to 0x100 */ member in struct:nve4_cp_launch_desc
nve4_compute.c 540 nve4_compute_derive_cache_split(struct nvc0_context *nvc0, uint32_t shared_size)
542 if (shared_size > (32 << 10))
544 if (shared_size > (16 << 10))
568 desc->shared_size = align(cp->cp.smem_size, 0x100);
812 debug_printf("s[] size: 0x%x\n", desc->shared_size);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cs.c 68 if (cp->program.info.cs.shared_size > 64 * 1024) {
78 prog_data.base.total_shared = cp->program.info.cs.shared_size;
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 199 size_t shared_size = 0;
847 shared_size = st.st_size - shared_offset;
853 shared_size))
1014 data = xmalloc (shared_size);
1016 || fread (data, 1, shared_size, shared_data) != shared_size)
1021 (file_ptr) 0, shared_size))
197 size_t shared_size = 0; local
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 4490 uint32_t shared_size = 0; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_program.c     [all...]
  /external/mesa3d/src/mesa/main/
shaderapi.c     [all...]

Completed in 407 milliseconds