Home
last modified time | relevance | path

Searched defs:desc (Results 1376 - 1400 of 2078) sorted by relevance

1...<<51525354555657585960>>...84

/third_party/mesa3d/src/util/format/
H A Du_format.c100 const struct util_format_description *desc = util_format_description(format); in util_format_is_float() local
116 const struct util_format_description *desc = in util_format_has_alpha() local
128 const struct util_format_description *desc = in util_format_has_alpha1() local
140 const struct util_format_description *desc = util_format_is_luminance() local
157 const struct util_format_description *desc = util_format_is_alpha() local
174 const struct util_format_description *desc = util_format_description(format); util_format_is_pure_integer() local
196 const struct util_format_description *desc = util_format_description(format); util_format_is_pure_sint() local
209 const struct util_format_description *desc = util_format_description(format); util_format_is_pure_uint() local
225 const struct util_format_description *desc = util_format_description(format); util_format_is_snorm() local
236 const struct util_format_description *desc = util_format_description(format); util_format_is_unorm() local
247 const struct util_format_description *desc = util_format_description(format); util_format_is_scaled() local
267 const struct util_format_description *desc = util_format_description(format); util_format_is_snorm8() local
286 const struct util_format_description *desc = util_format_is_luminance_alpha() local
304 const struct util_format_description *desc = util_format_is_intensity() local
321 const struct util_format_description *desc = util_format_is_subsampled_422() local
337 util_get_depth_format_mrd(const struct util_format_description *desc) util_get_depth_format_mrd() argument
1357 const struct util_format_description *desc = util_format_description(format); util_format_rgbx_to_rgba() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_ra.c503 struct bifrost_dual_texture_operation desc = { in bi_fixup_dual_tex_register() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.c385 const struct util_format_description *desc = in pan_rt_init_format() local
854 const struct util_format_description *desc = in pan_emit_fbd() local
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c154 panvk_emit_attrib_buf(const struct panvk_attribs_info *info, const struct panvk_draw_info *draw, const struct panvk_attrib_buf *bufs, unsigned buf_count, unsigned idx, void *desc) panvk_emit_attrib_buf() argument
240 emit_sampler(const VkSamplerCreateInfo *pCreateInfo, void *desc) emit_sampler() argument
305 emit_ubo(mali_ptr address, size_t size, void *desc) emit_ubo() argument
[all...]
H A Dpanvk_vX_descriptor_set.c52 panvk_fill_bview_desc(struct panvk_bview_desc *desc, in panvk_fill_bview_desc() argument
67 panvk_fill_image_desc(struct panvk_image_desc *desc, in panvk_fill_image_desc() argument
647 struct panvk_ssbo_addr *desc = panvk_desc_ubo_data(set, binding, elem); panvk_write_ssbo_desc() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resolve.c379 union pipe_surface_desc *desc = &surf->base.u; in crocus_postdraw_update_resolve_tracking() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c765 const struct util_format_description *desc = in fd3_emit_state() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c103 const struct util_format_description *desc = util_format_description(format); in util_fill_rect() local
621 const struct util_format_description *desc = in util_clear_texture() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp648 D3D12_SAMPLER_DESC desc = {}; d3d12_create_sampler_state() local
815 D3D12_SHADER_RESOURCE_VIEW_DESC desc = {}; d3d12_init_sampler_view_descriptor() local
[all...]
H A Dd3d12_screen.cpp1307 struct pb_desc desc; in d3d12_init_screen() local
H A Dd3d12_resource_state.cpp233 get_subresource_count(const D3D12_RESOURCE_DESC *desc) in get_subresource_count() argument
246 D3D12_RESOURCE_DESC desc = GetDesc(bo->res); in init_state_table_entry() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c70 const struct util_format_description *desc; in gm107_create_texture_view() local
282 const struct util_format_description *desc; in gf100_create_texture_view() local
H A Dnvc0_vbo.c178 const struct util_format_description *desc; in nvc0_set_constant_vertex_attrib() local
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c533 const struct util_format_description *desc = in r300_is_blit_supported() local
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_lib.c569 int OSSL_STORE_INFO_set0_NAME_description(OSSL_STORE_INFO *info, char *desc) in OSSL_STORE_INFO_set0_NAME_description() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dfipsinstall.c545 const char *phase = NULL, *type = NULL, *desc = NULL; in self_test_events() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSampleDrawnCubeFaceTests.cpp196 static const VkVertexInputBindingDescription desc = in getBindingDescription() local
208 static const vector<VkVertexInputAttributeDescription> desc = in getAttributeDescriptions() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp279 const std::string desc = getCommonStorageBufferDecl(); in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicVertexAttributeTests.cpp57 vk::VkVertexInputAttributeDescription2EXT desc = vk::initVulkanStructure(); in makeVertexInputAttributeDescription2EXT() local
69 vk::VkVertexInputBindingDescription2EXT desc = vk::initVulkanStructure(); in makeVertexInputBindingDescription2EXT() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp140 static const VkVertexInputBindingDescription desc = in getBindingDescription() local
152 static const vector<VkVertexInputAttributeDescription> desc = in getAttributeDescriptions() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawAhbTests.cpp193 AhbTestCase::AhbTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams data) in AhbTestCase() argument
H A DvktDrawExplicitVertexParameterTests.cpp236 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams data) in DrawTestCase() argument
H A DvktDrawMultisampleLinearInterpolationTests.cpp512 MultisampleLinearInterpolationTestCase(tcu::TestContext& context, const char* name, const char* desc, const tcu::IVec2 renderSize, const float interpolationRange, const tcu::Vec2 offset, const VkSampleCountFlagBits sampleCountFlagBits, const SharedGroupParams groupParams) MultisampleLinearInterpolationTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp145 FSITestCase::FSITestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef data) in FSITestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSampleDrawnCubeFaceTests.cpp196 static const VkVertexInputBindingDescription desc = in getBindingDescription() local
208 static const vector<VkVertexInputAttributeDescription> desc = in getAttributeDescriptions() local

Completed in 31 milliseconds

1...<<51525354555657585960>>...84