| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.c | 377 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 D | rbug_context.c | 1110 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 D | noop_pipe.c | 181 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 D | main.c | 852 shell(Source * volatile s, volatile int level) in shell() argument
|
| H A D | eval.c | 912 int level = 0; in expand() local
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_screen.c | 1432 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 D | zink_resource.c | 1275 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 D | nvc0_surface.c | 86 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 D | ssl_ciph.c | 1220 int level = buf[9] - '0'; in ssl_cipher_process_rulestr() local
|
| /third_party/node/deps/openssl/openssl/engines/ |
| H A D | e_capi.c | 1083 static void capi_vtrace(CAPI_CTX *ctx, int level, char *format, in capi_vtrace() argument
|
| /third_party/libcoap/src/ |
| H A D | coap_openssl.c | 298 coap_dtls_set_log_level(coap_log_t level) { in coap_dtls_set_log_level() argument
|
| H A D | coap_mbedtls.c | 1359 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 D | abg-writer.cc | 952 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 D | lib.rs | 923 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 D | module-bluez5-device.c | 2232 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 D | alsa-util.c | 818 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 D | vktMemoryAddressBindingTests.cpp | 1530 VkCommandBufferLevel level; member
|
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 1515 VkCommandBufferLevel level; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| H A D | vktProtectedMemWsiSwapchainTests.cpp | 1288 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 D | vktRayQueryOpacityMicromapTests.cpp | 210 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 D | vktSynchronizationCrossInstanceSharingTests.cpp | 556 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 D | vktTextureTestUtil.cpp | 1680 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 D | vktWsiMaintenance1Tests.cpp | 501 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
|
| H A D | vktWsiPresentIdWaitTests.cpp | 331 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 D | vktWsiSwapchainTests.cpp | 1209 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
|