/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_io_to_scalar.c | 201 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
|
D | nir_lower_shader_calls.c | 270 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/ |
D | spirv_to_dxil.c | 39 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/ |
D | compress_functions.c | 117 const size_t comp_size in bench()
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_etc.c | 864 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/ |
D | clc_compiler.c | 574 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/ |
D | zmbvenc.c | 72 int comp_size; member
|
D | flashsv2enc.c | 120 double comp_size; ///< size of compressed data since last keyframe member
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | fops-zip.c | 59 uint32_t comp_size; member
|
/third_party/skia/modules/skottie/src/ |
D | Layer.cpp | 305 LayerBuilder::LayerBuilder(const skjson::ObjectValue& jlayer, const SkSize& comp_size) in LayerBuilder()
|
D | Skottie.cpp | 166 const SkSize& comp_size, float duration, float framerate, in AnimationBuilder()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_shader.c | 654 unsigned comp_size = in shared_type_info() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 341 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 453 uint32_t comp_size = glsl_type_is_boolean(type) in shared_var_info() local
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 172 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 221 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/ |
D | load_store_vectorizer_tests.cpp | 381 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 3122 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 67 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/ |
D | anv_pipeline.c | 783 uint32_t comp_size = glsl_type_is_boolean(type) in shared_type_info() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 26477 const GLuint comp_size = Utils::Type::GetTypeSize(type.m_basic_type); in test() local 26785 static const GLuint comp_size = 4; in test() local
|