Home
last modified time | relevance | path

Searched defs:level (Results 976 - 1000 of 1299) sorted by relevance

1...<<31323334353637383940>>...52

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c377 crocus_get_num_logical_layers(const struct crocus_resource *res, unsigned level) in crocus_get_num_logical_layers() argument
969 crocus_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *context, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) crocus_resource_get_param() argument
1292 get_image_offset_el(const struct isl_surf *surf, unsigned level, unsigned z, unsigned *out_x0_el, unsigned *out_y0_el) get_image_offset_el() argument
1307 crocus_resource_get_image_offset(struct crocus_resource *res, uint32_t level, uint32_t z, uint32_t *x, uint32_t *y) crocus_resource_get_image_offset() argument
1455 tile_extents(const struct isl_surf *surf, const struct pipe_box *box, unsigned level, int z, unsigned *x1_B, unsigned *x2_B, unsigned *y1_el, unsigned *y2_el) tile_extents() argument
1603 crocus_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) crocus_transfer_map() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c1110 rbug_context_buffer_map(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) rbug_context_buffer_map() argument
1137 rbug_context_texture_map(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) rbug_context_texture_map() argument
1234 rbug_context_texture_subdata(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) rbug_context_texture_subdata() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c181 noop_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) noop_resource_get_param() argument
221 noop_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) noop_transfer_map() argument
265 noop_texture_subdata(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) noop_texture_subdata() argument
476 noop_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned layer, void *context_private, struct pipe_box *box) noop_flush_frontbuffer() argument
/third_party/mksh/
H A Dmain.c852 shell(Source * volatile s, volatile int level) in shell() argument
H A Deval.c912 int level = 0; in expand() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c1432 zink_flush_frontbuffer(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned layer, void *winsys_drawable_handle, struct pipe_box *sub_box) zink_flush_frontbuffer() argument
H A Dzink_resource.c1275 zink_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *pres, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) zink_resource_get_param() argument
1723 zink_buffer_map(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) zink_buffer_map() argument
1901 zink_image_map(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) zink_image_map() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c86 nvc0_2d_texture_set(struct nouveau_pushbuf *push, bool dst, struct nv50_miptree *mt, unsigned level, unsigned layer, enum pipe_format pformat, bool dst_src_pformat_equal) nvc0_2d_texture_set() argument
927 nvc0_blit_set_dst(struct nvc0_blitctx *ctx, struct pipe_resource *res, unsigned level, unsigned layer, enum pipe_format format) nvc0_blit_set_dst() argument
957 nvc0_blit_set_src(struct nvc0_blitctx *ctx, struct pipe_resource *res, unsigned level, unsigned layer, enum pipe_format format, const uint8_t filter) nvc0_blit_set_src() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c1220 int level = buf[9] - '0'; in ssl_cipher_process_rulestr() local
/third_party/node/deps/openssl/openssl/engines/
H A De_capi.c1083 static void capi_vtrace(CAPI_CTX *ctx, int level, char *format, in capi_vtrace() argument
/third_party/libcoap/src/
H A Dcoap_openssl.c298 coap_dtls_set_log_level(coap_log_t level) { in coap_dtls_set_log_level() argument
H A Dcoap_mbedtls.c1359 mbedtls_debug_out(void *ctx COAP_UNUSED, int level, argument
2506 coap_dtls_set_log_level(coap_log_t level) { argument
/third_party/libabigail/src/
H A Dabg-writer.cc952 do_indent_to_level(write_context& ctxt, unsigned initial_indent, unsigned level) do_indent_to_level() argument
969 get_indent_to_level(write_context& ctxt, unsigned initial_indent, unsigned level) get_indent_to_level() argument
/third_party/rust/crates/log/src/
H A Dlib.rs923 pub fn level(&self) -> Level { builder() functions
1084 pub fn level(&mut self, level: Level) -> &mut RecordBuilder<'a> { level() functions
1199 pub fn level(&self) -> Level { level() functions
1250 pub fn level(&mut self, arg: Level) -> &mut MetadataBuilder<'a> { level() functions
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c2232 uint8_t level = d->battery_level; in add_card() local
2385 uint8_t level; in device_battery_level_changed_cb() local
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c818 void pa_alsa_dump(pa_log_level_t level, snd_pcm_t *pcm) { in pa_alsa_dump() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1530 VkCommandBufferLevel level; member
H A DvktMemoryDeviceMemoryReportTests.cpp1515 VkCommandBufferLevel level; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp1288 allocateCommandBuffers(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkCommandPool commandPool, const vk::VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryOpacityMicromapTests.cpp210 static deUint32 levelToSubtriangles(deUint32 level) in levelToSubtriangles() argument
1133 level, in addBasicTests() local
1141 css << "level_" << level; in addBasicTests() local
1196 css << "level_" << level; addCopyTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp556 const vk::VkCommandBufferLevel level = vk::VK_COMMAND_BUFFER_LEVEL_PRIMARY; in createCommandBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp1680 tcu::TextureLevel level; in loadTexture2D() local
1699 tcu::CompressedTexture level; in loadTexture2D() local
1741 tcu::TextureLevel level; loadTextureCube() local
1761 tcu::CompressedTexture level; loadTextureCube() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiMaintenance1Tests.cpp501 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
H A DvktWsiPresentIdWaitTests.cpp331 allocateCommandBuffers(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkCommandPool commandPool, const vk::VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
H A DvktWsiSwapchainTests.cpp1209 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument

Completed in 67 milliseconds

1...<<31323334353637383940>>...52