Home
last modified time | relevance | path

Searched defs:dim (Results 201 - 225 of 310) sorted by relevance

12345678910>>...13

/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrcommon.h330 IsPow2( UINT_32 dim) IsPow2() argument
345 IsPow2( UINT_64 dim) IsPow2() argument
490 NextPow2( UINT_32 dim) NextPow2() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_print.c958 enum glsl_sampler_dim dim = nir_intrinsic_image_dim(instr); in print_intrinsic_instr() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_bufimage.c35 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_itob_compute_shader() local
210 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_btoi_compute_shader() local
536 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D in build_nir_itoi_compute_shader() local
891 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D build_nir_cleari_compute_shader() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp98 convert_image_type(SpvId id, SpvDim dim, SpvAccessQualifier access, in convert_image_type() argument
416 const auto dim = get<SpvDim>(inst, 3); in create_binary_from_spirv() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c1077 translate_resource_dimension(D3D10_SB_RESOURCE_DIMENSION dim) in translate_resource_dimension() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c788 unsigned dim = get_dim_from_target(view_target); in download_texture_compute() local
1014 unsigned dim = get_dim_from_target(view_target); in copy_converted_buffer() local
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.c504 int dim = 0; in lima_generate_pp_stream() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp69 resource_dimension(enum glsl_sampler_dim dim) in resource_dimension() argument
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c169 struct tgsi_declaration_dimension dim; in tgsi_default_declaration_dimension() local
1177 struct tgsi_dimension *dim; in tgsi_build_full_instruction() local
1252 struct tgsi_dimension *dim; in tgsi_build_full_instruction() local
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c82 enum mali_texture_dimension dim = in panfrost_resource_from_handle() local
451 enum mali_texture_dimension dim = in panfrost_resource_setup() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp940 MaxWorkgroupsInstance(Context &context, Dim dim, const vk::ComputePipelineConstructionType computePipelineConstructionType) in MaxWorkgroupsInstance() argument
991 std::string dim; in initPrograms() local
955 MaxWorkgroupsTest(tcu::TestContext& testCtx, const std::string& name, Dim dim, const vk::ComputePipelineConstructionType computePipelineConstructionType) MaxWorkgroupsTest() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp953 MaxWorkgroupsInstance(Context &context, Dim dim) in MaxWorkgroupsInstance() argument
999 std::string dim; in initPrograms() local
966 MaxWorkgroupsTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, Dim dim) MaxWorkgroupsTest() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtypes.h322 SpvDim dim() const { return dim_; } in dim() function in spvtools::opt::analysis::Image
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtypes.h322 SpvDim dim() const { return dim_; } in dim() function in spvtools::opt::analysis::Image
/third_party/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp593 const char* dim = ""; in writeFunctionCall() local
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c84 int dim; in af_cjk_metrics_init_widths() local
1494 af_cjk_compute_stem_width( AF_GlyphHints hints, AF_Dimension dim, FT_Pos width, FT_UInt base_flags, FT_UInt stem_flags ) af_cjk_compute_stem_width() argument
1615 af_cjk_align_linked_edge( AF_GlyphHints hints, AF_Dimension dim, AF_Edge base_edge, AF_Edge stem_edge ) af_cjk_align_linked_edge() argument
2273 int dim; FT_LOCAL_DEF() local
[all...]
H A Dafhints.c602 AF_Dimension dim; in af_glyph_hints_get_num_segments() local
631 AF_Dimension dim; in af_glyph_hints_get_segment_offset() local
803 int dim; in af_glyph_hints_done() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.c344 psh_dimension_quantize_len( PSH_Dimension dim, in psh_dimension_quantize_len() argument
442 PSH_Dimension dim = &globals->dimension[dimension]; in psh_hint_align() local
856 PSH_Dimension dim = &globals->dimension[dimension]; psh_hint_table_align_hints() local
1568 PSH_Dimension dim = &glyph->globals->dimension[dimension]; psh_glyph_find_strong_points() local
1713 PSH_Dimension dim = &glyph->globals->dimension[dimension]; psh_glyph_interpolate_strong_points() local
1768 PSH_Dimension dim = &glyph->globals->dimension[dimension]; psh_glyph_interpolate_normal_points() local
1918 PSH_Dimension dim = &glyph->globals->dimension[dimension]; psh_glyph_interpolate_other_points() local
[all...]
/third_party/skia/third_party/externals/tint/samples/
H A Dmain.cc218 TextureDimensionToString( tint::inspector::ResourceBinding::TextureDimension dim) TextureDimensionToString() argument
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc583 auto dim = sampled_texture_type(); in texture_sampler_types() local
/third_party/skia/gm/
H A Dgradients.cpp500 const SkISize dim = this->getISize(); variable
/third_party/skia/include/codec/
H A DSkCodec.h906 bool dimensionsSupported(const SkISize& dim) { in dimensionsSupported() argument
/third_party/spirv-tools/source/opt/
H A Dtypes.h326 spv::Dim dim() const { return dim_; } in dim() function in spvtools::opt::analysis::Image
/third_party/spirv-tools/source/val/
H A Dvalidate_image.cpp83 spv::Dim dim = spv::Dim::Max; member
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp273 void ParseIndicatorAttribute(std::optional<Dimension> dim, bool& hasValue, float& value) in ParseIndicatorAttribute() argument

Completed in 47 milliseconds

12345678910>>...13