Searched defs:byte_size (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_lower_ubo_loads.c47 unsigned byte_size = bit_size / 8; local in function:lower_ubo_load_instr
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_rt_intrinsics.c148 unsigned byte_size = bit_size / 8; local in function:lower_rt_intrinsics_impl
H A Dbrw_nir_lower_mem_access_bit_sizes.c187 const unsigned byte_size = bit_size / 8; local in function:lower_mem_store_bit_size
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline_cache.c58 const size_t byte_size = cache->table_size * sizeof(cache->hash_table[0]); local in function:tu_pipeline_cache_init
159 const size_t byte_size = table_size * sizeof(cache->hash_table[0]); local in function:tu_pipeline_cache_grow
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_cache.c76 const size_t byte_size = cache->table_size * sizeof(cache->hash_table[0]); local in function:radv_pipeline_cache_init
245 const size_t byte_size = table_size * sizeof(cache->hash_table[0]); local in function:radv_pipeline_cache_grow
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.h52 DWORD byte_size; /* out, size of data at byte_code */ member in struct:nine_shader_info
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline_cache.c57 const size_t byte_size = cache->table_size * sizeof(cache->hash_table[0]); local in function:tu_pipeline_cache_init
193 const size_t byte_size = table_size * sizeof(cache->hash_table[0]); local in function:tu_pipeline_cache_grow
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline_cache.c61 const size_t byte_size = cache->table_size * sizeof(cache->hash_table[0]); local in function:radv_pipeline_cache_init
203 const size_t byte_size = table_size * sizeof(cache->hash_table[0]); local in function:radv_pipeline_cache_grow
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.h53 DWORD byte_size; /* out, size of data at byte_code */ member in struct:nine_shader_info
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir.c166 unsigned byte_size = bit_size / 8; local in function:ir3_nir_should_vectorize_mem
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp231 int byte_size = (bit_size == 1 ? 32 : bit_size) / 8; local in function:__anon343ea75b0110::nir_load_store_vectorize_test::create_indirect_load
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttsbit.c1189 FT_UInt byte_size = height * ( ( width + 7 ) >> 3 ); local in function:tt_sbit_decoder_load_bitmap
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_io.c2385 const unsigned byte_size = bit_size / 8; local in function:write_constant

Completed in 21 milliseconds