Home
last modified time | relevance | path

Searched defs:dim (Results 276 - 300 of 310) sorted by relevance

1...<<111213

/third_party/python/Objects/
H A Dmemoryobject.c2283 lookup_dimension(const Py_buffer *view, char *ptr, int dim, Py_ssize_t index) in lookup_dimension() argument
2320 Py_ssize_t dim, nindices = PyTuple_GET_SIZE(tup); ptr_from_tuple() local
2400 init_slice(Py_buffer *base, PyObject *key, int dim) init_slice() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp922 string genCoord(string c, int numCoords, VkSampleCountFlagBits samples, int dim) in genCoord() argument
956 string genCoordNorm(const CaseDef &caseDef, string c, int numCoords, int numNormalizedCoords, int dim) in genCoordNorm() argument
[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp691 Id Builder::makeImageType(Id sampledType, Dim dim, bool depth, bool arrayed, bool ms, unsigned sampled, in makeImageType() argument
H A DGlslangToSpv.cpp5033 makeArraySizeId(const glslang::TArraySizes& arraySizes, int dim, bool allowZero) makeArraySizeId() argument
[all...]
/third_party/backends/backend/
H A Dhp-option.c1657 int dim = 8; in _probe_horiz_dither() local
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c1721 enum glsl_sampler_dim dim; in vtn_handle_type() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c3090 build_nir_tex_op_read(struct nir_builder *b, nir_ssa_def *tex_pos, enum glsl_base_type tex_type, enum glsl_sampler_dim dim) build_nir_tex_op_read() argument
3210 build_nir_tex_op(struct nir_builder *b, struct v3dv_device *device, nir_ssa_def *tex_pos, enum glsl_base_type tex_type, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, enum glsl_sampler_dim dim) build_nir_tex_op() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c645 enum glsl_sampler_dim dim = ms ? GLSL_SAMPLER_DIM_SUBPASS_MS : GLSL_SAMPLER_DIM_SUBPASS; in lower_fbfetch_instr() local
2397 create_bindless_image(nir_shader *nir, enum glsl_sampler_dim dim, unsigned descriptor_set) in create_bindless_image() argument
2487 enum glsl_sampler_dim dim = nir_intrinsic_image_dim(instr); in lower_bindless_instr() local
/third_party/mesa3d/src/mesa/main/
H A Dteximage.c5707 compressed_tex_sub_image(unsigned dim, GLenum target, GLuint textureOrIndex, in compressed_tex_sub_image() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c858 unsigned dim = 1 + ((tx->info->projected >> (2 * idx)) & 3); in apply_ps1x_projection() local
875 unsigned dim = 1 + ((tx->info->projected >> (2 * idx)) & 3); in TEX_with_ps1x_projection() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c2044 int dim, shadow_ref, i; in exec_tex() local
2145 unsigned dim; in exec_lodq() local
3610 int dim; get_image_coord_dim() local
3663 int dim; exec_load_img() local
3805 int dim; exec_store_img() local
3908 int dim; exec_atomop_img() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c910 tgsi_texture_type_from_sampler_dim(enum glsl_sampler_dim dim, bool is_array, bool is_shadow) in tgsi_texture_type_from_sampler_dim() argument
2044 enum glsl_sampler_dim dim = nir_intrinsic_image_dim(instr); in ntt_emit_image_load_store() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1081 unsigned dim = PAN_SYSVAL_ID_TO_TXS_DIM(sysvalid); in panfrost_upload_txs_sysval() local
1125 unsigned dim = PAN_SYSVAL_ID_TO_TXS_DIM(sysvalid); in panfrost_upload_image_size_sysval() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp1195 char dimSuffix (int dim) in dimSuffix() argument
1216 const auto dim = params->taskCount.get(); in initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp881 string genCoord(string c, int numCoords, VkSampleCountFlagBits samples, int dim) in genCoord() argument
915 string genCoordNorm(const CaseDef &caseDef, string c, int numCoords, int numNormalizedCoords, int dim) in genCoordNorm() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp1177 char dimSuffix (int dim) in dimSuffix() argument
1198 const auto dim = params->taskCount.get(); in initPrograms() local
[all...]
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.cpp317 WriteTypeImage(Blob *blob, IdResult idResult, IdRef sampledType, spv::Dim dim, LiteralInteger depth, LiteralInteger arrayed, LiteralInteger mS, LiteralInteger sampled, spv::ImageFormat imageFormat, const spv::AccessQualifier *accessQualifier) WriteTypeImage() argument
H A Dspirv_instruction_parser_autogen.cpp320 ParseTypeImage(const uint32_t *_instruction, IdResult *idResult, IdRef *sampledType, spv::Dim *dim, LiteralInteger *depth, LiteralInteger *arrayed, LiteralInteger *mS, LiteralInteger *sampled, spv::ImageFormat *imageFormat, spv::AccessQualifier *accessQualifier) ParseTypeImage() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp580 spv::Dim dim; member
H A Dspirv_hlsl.cpp252 const char *dim = nullptr; in image_type_hlsl_modern() local
[all...]
H A Dspirv_msl.cpp1254 uint32_t dim = uint32_t(type.array.size()); in emit_entry_point_declarations() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.cc3979 const auto dim = texture->dim(); in GenerateTextureType() local
[all...]
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h2962 UINT_8 dim; /* 0..4 as index, 5 means invalid */ member
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c2424 static int image_type_to_components_count(enum glsl_sampler_dim dim, bool array) in image_type_to_components_count() argument
2483 get_image_coords(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, LLVMValueRef dynamic_desc_index, struct ac_image_args *args, enum glsl_sampler_dim dim, bool is_array) get_image_coords() argument
2585 enum glsl_sampler_dim dim; visit_image_load() local
2675 enum glsl_sampler_dim dim; visit_image_store() local
2759 enum glsl_sampler_dim dim; visit_image_atomic() local
2925 enum glsl_sampler_dim dim; visit_image_size() local
[all...]
H A Dac_llvm_build.c2026 static unsigned ac_num_coords(enum ac_image_dim dim) in ac_num_coords() argument
2046 static unsigned ac_num_derivs(enum ac_image_dim dim) in ac_num_derivs() argument
2106 enum ac_image_dim dim = a->dim; in ac_build_image_opcode() local
[all...]

Completed in 149 milliseconds

1...<<111213