Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_to_scalar.c201 unsigned comp_size = glsl_get_bit_size(chan_var->type) / 8; in lower_load_to_scalar_early() local
259 unsigned comp_size = glsl_get_bit_size(chan_var->type) / 8; in lower_store_output_to_scalar_early() local
Dnir_lower_shader_calls.c270 const unsigned comp_size = def->bit_size / 8; in spill_fill() local
431 const unsigned comp_size = def->bit_size / 8; in spill_ssa_defs_and_lower_shader_calls() local
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Dspirv_to_dxil.c39 uint32_t comp_size = glsl_type_is_boolean(type) ? 4 : glsl_get_bit_size(type) / 8; in shared_var_info() local
/third_party/lz4/examples/
Dcompress_functions.c117 const size_t comp_size in bench()
/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/mesa3d/src/microsoft/clc/
Dclc_compiler.c574 unsigned comp_size = intrin->dest.ssa.bit_size / 8; in split_unaligned_load() local
602 unsigned comp_size = value->bit_size / 8; in split_unaligned_store() 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/freedreno/vulkan/
Dtu_shader.c654 unsigned comp_size = in shared_type_info() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp341 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c453 uint32_t comp_size = glsl_type_is_boolean(type) in shared_var_info() local
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c172 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c221 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/broadcom/vulkan/
Dv3dv_pipeline.c3122 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp67 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.c783 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