Home
last modified time | relevance | path

Searched defs:comp_size (Results 1 - 24 of 24) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_offsets.c152 unsigned comp_size = (intrin->intrinsic == nir_intrinsic_load_shared2_amd ? in try_fold_shared2() local
H A Dnir_lower_shader_calls.c272 const unsigned comp_size = def->bit_size / 8; in spill_fill() local
434 const unsigned comp_size = def->bit_size / 8; in spill_ssa_defs_and_lower_shader_calls() local
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c211 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_io_offsets.c176 unsigned comp_size = intrinsic->dest.ssa.bit_size / 8; in scalarize_load() local
/third_party/ffmpeg/libavcodec/
H A Dzmbvenc.c74 int comp_size; member
H A Dflashsv2enc.c123 double comp_size; ///< size of compressed data since last keyframe member
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c41 uint32_t comp_size = glsl_type_is_boolean(type) ? 4 : glsl_get_bit_size(type) / 8; in shared_var_info() local
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp381 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c670 unsigned comp_size = in shared_type_info() local
/third_party/libwebsockets/lib/roles/http/server/
H A Dfops-zip.c59 uint32_t comp_size; member
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c120 uint32_t comp_size = glsl_type_is_boolean(type) in shared_var_info() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp275 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp60 unsigned comp_size = glsl_type_is_boolean(type) ? 4 : glsl_get_bit_size(type) / 8; in function_temp_type_info() local
/third_party/skia/modules/skottie/src/
H A DSkottie.cpp161 AnimationBuilder(sk_sp<ResourceProvider> rp, sk_sp<SkFontMgr> fontmgr, sk_sp<PropertyObserver> pobserver, sk_sp<Logger> logger, sk_sp<MarkerObserver> mobserver, sk_sp<PrecompInterceptor> pi, sk_sp<ExpressionManager> expressionmgr, Animation::Builder::Stats* stats, const SkSize& comp_size, float duration, float framerate, uint32_t flags) AnimationBuilder() argument
H A DLayer.cpp305 LayerBuilder::LayerBuilder(const skjson::ObjectValue& jlayer, const SkSize& comp_size) in LayerBuilder() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_mesh.cpp86 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_etc.c864 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; in etc2_unpack_r11() local
901 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; in etc2_unpack_rg11() local
951 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size in etc2_unpack_signed_r11() local
989 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; etc2_unpack_signed_rg11() local
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.c570 unsigned comp_size = intrin->dest.ssa.bit_size / 8; in split_unaligned_load() local
598 unsigned comp_size = value->bit_size / 8; in split_unaligned_store() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c683 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c274 uint32_t comp_size = glsl_type_is_boolean(type) ? 4 : glsl_get_bit_size(type) / 8; in shared_var_info() local
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c3122 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c3203 unsigned comp_size = intr->src[0].ssa->bit_size == 64 ? 2 : 1; in emit_store_output_via_intrinsic() local
3347 unsigned comp_size = intr->dest.ssa.bit_size == 64 ? 2 : 1; in emit_load_input_via_intrinsic() local
3445 unsigned comp_size = intr->dest.ssa.bit_size == 64 ? 2 : 1; in emit_load_interpolated_input() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp26477 const GLuint comp_size = Utils::Type::GetTypeSize(type.m_basic_type); in test() local
26785 static const GLuint comp_size = 4; test() local
[all...]
/third_party/astc-encoder/Source/
H A Dtinyexr.h5128 mz_uint total_header_size, comp_size, decomp_size, disk_index; in mz_zip_reader_read_central_dir() local
5632 mz_uint64 comp_size, uncomp_size, alloc_size; in mz_zip_reader_extract_to_heap() local
6140 mz_zip_writer_create_local_dir_header( mz_zip_archive *pZip, mz_uint8 *pDst, mz_uint16 filename_size, mz_uint16 extra_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date) mz_zip_writer_create_local_dir_header() argument
6161 mz_zip_writer_create_central_dir_header( mz_zip_archive *pZip, mz_uint8 *pDst, mz_uint16 filename_size, mz_uint16 extra_size, mz_uint16 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, mz_uint64 local_header_ofs, mz_uint32 ext_attributes) mz_zip_writer_create_central_dir_header() argument
6186 mz_zip_writer_add_to_central_dir( mz_zip_archive *pZip, const char *pFilename, mz_uint16 filename_size, const void *pExtra, mz_uint16 extra_size, const void *pComment, mz_uint16 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, mz_uint64 local_header_ofs, mz_uint32 ext_attributes) mz_zip_writer_add_to_central_dir() argument
6274 cur_archive_file_ofs = pZip->m_archive_size, comp_size = 0; mz_zip_writer_add_mem_ex() local
6446 comp_size = 0; mz_zip_writer_add_file() local
[all...]

Completed in 88 milliseconds