Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_shader.c211 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_offsets.c152 unsigned comp_size = (intrin->intrinsic == nir_intrinsic_load_shared2_amd ? in try_fold_shared2() local
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/freedreno/ir3/
Dir3_nir_lower_io_offsets.c176 unsigned comp_size = intrinsic->dest.ssa.bit_size / 8; in scalarize_load() local
/third_party/lz4/examples/
Dcompress_functions.c117 const size_t comp_size in bench()
/third_party/mesa3d/src/microsoft/clc/
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/mesa/main/
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 = 2; in etc2_unpack_signed_r11() local
989 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; in etc2_unpack_signed_rg11() local
/third_party/ffmpeg/libavcodec/
Dzmbvenc.c72 int comp_size; member
Dflashsv2enc.c120 double comp_size; ///< size of compressed data since last keyframe member
/third_party/libwebsockets/lib/roles/http/server/
Dfops-zip.c59 uint32_t comp_size; member
/third_party/skia/modules/skottie/src/
DLayer.cpp305 LayerBuilder::LayerBuilder(const skjson::ObjectValue& jlayer, const SkSize& comp_size) in LayerBuilder()
DSkottie.cpp166 const SkSize& comp_size, float duration, float framerate, in AnimationBuilder()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
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/freedreno/vulkan/
Dtu_shader.c670 unsigned comp_size = in shared_type_info() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp275 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c120 uint32_t comp_size = glsl_type_is_boolean(type) in shared_var_info() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_mesh.cpp86 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/microsoft/compiler/
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/mesa3d/src/amd/vulkan/
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/compiler/nir/tests/
Dload_store_vectorizer_tests.cpp381 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/nouveau/codegen/
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/mesa3d/src/intel/vulkan/
Danv_pipeline.c683 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c3122 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp26477 const GLuint comp_size = Utils::Type::GetTypeSize(type.m_basic_type); in test() local
26785 static const GLuint comp_size = 4; in test() local