Home
last modified time | relevance | path

Searched defs:desc (Results 1226 - 1250 of 2196) sorted by relevance

1...<<41424344454647484950>>...88

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h254 const struct util_format_description *desc = util_format_description(format); in has_depth() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c88 const struct util_format_description *desc; in i915_surface_copy_render() local
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_parser.c738 lima_tex_desc *desc = (lima_tex_desc *)&data[offset]; in parse_texture() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.c130 struct pb_desc desc; member
890 fenced_bufmgr_create_buffer(struct pb_manager *mgr, pb_size size, const struct pb_desc *desc) fenced_bufmgr_create_buffer() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c66 lp_build_format_swizzle_aos(const struct util_format_description *desc, in lp_build_format_swizzle_aos() argument
103 format_matches_type(const struct util_format_description *desc, in format_matches_type() argument
221 lp_build_unpack_arith_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *desc, LLVMValueRef packed) lp_build_unpack_arith_rgba_aos() argument
364 lp_build_pack_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *desc, LLVMValueRef rgba) lp_build_pack_rgba_aos() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c129 const struct util_format_description *desc = in convert_fast_clear_color() local
H A Dcrocus_blt.c120 const struct util_format_description *desc = in validate_blit_for_blt() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.c1832 const struct util_format_description *desc = util_format_description(format); in svga_get_texture_datatype() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw_metric.c32 const char *desc; member
H A Dnve4_compute.c601 nve4_compute_setup_buf_cb(struct nvc0_context *nvc0, bool gp100, void *desc) in nve4_compute_setup_buf_cb() argument
847 void *desc; in nve4_launch_grid() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c651 const struct util_format_description *desc; in r300_get_border_color() local
[all...]
H A Dr300_texture.c73 const struct util_format_description *desc; in r300_get_endian_swap() local
171 const struct util_format_description *desc; in r300_translate_texformat() local
595 const struct util_format_description *desc; r300_translate_out_fmt() local
913 struct r300_texture_desc *desc = &tex->tex; r300_texture_setup_format_state() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_formats.h87 const struct util_format_description *desc = util_format_description(format); in r600_is_buffer_format_supported() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_result.c71 const char *desc; member
/third_party/node/deps/openssl/openssl/apps/
H A Dstoreutl.c422 const char *desc = OSSL_STORE_INFO_get0_NAME_description(info); in process() local
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_vfy.c358 check_msg_with_certs(OSSL_CMP_CTX *ctx, const STACK_OF(X509) *certs, const char *desc, const STACK_OF(X509) *already_checked1, const STACK_OF(X509) *already_checked2, const OSSL_CMP_MSG *msg, int mode_3gpp) check_msg_with_certs() argument
/third_party/openssl/test/
H A Dparams_test.c424 const char *desc; member
/third_party/openssl/apps/
H A Dstoreutl.c422 const char *desc = OSSL_STORE_INFO_get0_NAME_description(info); in process() local
/third_party/openssl/crypto/cmp/
H A Dcmp_vfy.c358 check_msg_with_certs(OSSL_CMP_CTX *ctx, const STACK_OF(X509) *certs, const char *desc, const STACK_OF(X509) *already_checked1, const STACK_OF(X509) *already_checked2, const OSSL_CMP_MSG *msg, int mode_3gpp) check_msg_with_certs() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp434 std::string desc = (poolNdx == QUERY_TYPE_OCCLUSION) ? "Occlusion query results" : "PipelineStatistics query results"; local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationImageLayoutTransitionTests.cpp147 static const VkVertexInputBindingDescription desc = in getBindingDescription() local
159 static const vector<VkVertexInputAttributeDescription> desc = in getAttributeDescriptions() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDifferingInterpolationTests.cpp115 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams data) in DrawTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp394 AstcDecodeModeCase(TestContext& testCtx, const std::string& name, const std::string& desc, const TestParameters& parameters) AstcDecodeModeCase() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLContext.cpp127 createImage(const cl_mem_properties *properties, MemFlags flags, const cl_image_format *format, const cl_image_desc *desc, void *hostPtr, cl_int &errorCode) createImage() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp98 D3DSURFACE_DESC desc; in readPixelsImpl() local
[all...]

Completed in 25 milliseconds

1...<<41424344454647484950>>...88