Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 25 of 1169) sorted by relevance

12345678910>>...47

/external/mesa3d/src/freedreno/vulkan/
Dtu_cs.cc14 tu_cs_init(struct tu_cs *cs, in tu_cs_init()
33 tu_cs_init_external(struct tu_cs *cs, struct tu_device *device, in tu_cs_init_external()
52 tu_cs_init_suballoc(struct tu_cs *cs, struct tu_device *device, in tu_cs_init_suballoc()
70 tu_cs_finish(struct tu_cs *cs) in tu_cs_finish()
89 tu_cs_current_bo(const struct tu_cs *cs) in tu_cs_current_bo()
105 tu_cs_get_offset(const struct tu_cs *cs) in tu_cs_get_offset()
115 tu_cs_get_cur_iova(const struct tu_cs *cs) in tu_cs_get_cur_iova()
127 tu_cs_add_bo(struct tu_cs *cs, uint32_t size) in tu_cs_add_bo()
181 tu_cs_reserve_entry(struct tu_cs *cs) in tu_cs_reserve_entry()
207 tu_cs_add_entry(struct tu_cs *cs) in tu_cs_add_entry()
[all …]
Dtu_cs.h162 tu_cs_end_draw_state(struct tu_cs *cs, struct tu_cs *sub_cs) in tu_cs_end_draw_state()
179 tu_cs_draw_state(struct tu_cs *sub_cs, struct tu_cs *cs, uint32_t size) in tu_cs_draw_state()
208 tu_cs_get_size(const struct tu_cs *cs) in tu_cs_get_size()
218 tu_cs_is_empty(const struct tu_cs *cs) in tu_cs_is_empty()
228 tu_cs_discard_entries(struct tu_cs *cs) in tu_cs_discard_entries()
238 tu_cs_get_call_size(const struct tu_cs *cs) in tu_cs_get_call_size()
249 tu_cs_sanity_check(const struct tu_cs *cs) in tu_cs_sanity_check()
263 tu_cs_emit(struct tu_cs *cs, uint32_t value) in tu_cs_emit()
280 tu_cs_emit_array(struct tu_cs *cs, const uint32_t *values, uint32_t length) in tu_cs_emit_array()
291 tu_cs_get_space(const struct tu_cs *cs) in tu_cs_get_space()
[all …]
Dtu_cmd_buffer.c40 struct tu_cs *cs, in tu6_emit_event_write()
67 struct tu_cs *cs, in tu6_emit_flushes()
101 struct tu_cs *cs) in tu_emit_cache_flush()
111 struct tu_cs *cs) in tu_emit_cache_flush_renderpass()
124 struct tu_cs *cs, in tu_emit_cache_flush_ccu()
173 struct tu_cs *cs) in tu6_emit_zs()
242 struct tu_cs *cs) in tu6_emit_mrt()
275 tu6_emit_msaa(struct tu_cs *cs, VkSampleCountFlagBits vk_samples) in tu6_emit_msaa()
300 tu6_emit_bin_size(struct tu_cs *cs, in tu6_emit_bin_size()
322 struct tu_cs *cs, in tu6_emit_render_cntl()
[all …]
Dtu_clear_blit.c60 r2d_coords(struct tu_cs *cs, in r2d_coords()
80 r2d_clear_value(struct tu_cs *cs, VkFormat format, const VkClearValue *val) in r2d_clear_value()
141 struct tu_cs *cs, in r2d_src()
161 struct tu_cs *cs, in r2d_src_buffer()
182 r2d_dst(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r2d_dst()
193 r2d_dst_stencil(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r2d_dst_stencil()
202 r2d_dst_buffer(struct tu_cs *cs, VkFormat vk_format, uint64_t va, uint32_t pitch) in r2d_dst_buffer()
218 struct tu_cs *cs, in r2d_setup_common()
277 struct tu_cs *cs, in r2d_setup()
291 struct tu_cs *cs) in r2d_teardown()
[all …]
Dtu_lrz.cc55 tu6_emit_lrz_buffer(struct tu_cs *cs, struct tu_image *depth_image) in tu6_emit_lrz_buffer()
77 tu6_write_lrz_reg(struct tu_cmd_buffer *cmd, struct tu_cs *cs, in tu6_write_lrz_reg()
92 tu6_disable_lrz_via_depth_view(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu6_disable_lrz_via_depth_view()
273 tu_lrz_tiling_begin(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_tiling_begin()
343 tu_lrz_tiling_end(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_tiling_end()
378 tu_lrz_sysmem_begin(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_sysmem_begin()
413 tu_lrz_sysmem_end(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_sysmem_end()
420 tu_disable_lrz(struct tu_cmd_buffer *cmd, struct tu_cs *cs, in tu_disable_lrz()
787 tu6_emit_lrz(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu6_emit_lrz()
/external/cronet/net/cookies/
Dcookie_store_unittest.h195 CookieStore* cs, in GetExcludedCookiesForURL()
208 CookieList GetAllCookies(CookieStore* cs) { in GetAllCookies()
243 bool SetCanonicalCookie(CookieStore* cs, in SetCanonicalCookie()
260 bool SetCookieWithSystemTime(CookieStore* cs, in SetCookieWithSystemTime()
273 bool SetCookieWithServerTime(CookieStore* cs, in SetCookieWithServerTime()
301 CookieStore* cs, in CreateAndSetCookieReturnStatus()
328 CookieStore* cs, in SetCanonicalCookieReturnAccessResult()
345 uint32_t DeleteCanonicalCookie(CookieStore* cs, in DeleteCanonicalCookie()
354 uint32_t DeleteCreatedInTimeRange(CookieStore* cs, in DeleteCreatedInTimeRange()
364 uint32_t DeleteAllCreatedInTimeRange(CookieStore* cs, in DeleteAllCreatedInTimeRange()
[all …]
Dcookie_store_change_unittest.h56 bool FindAndDeleteCookie(CookieStore* cs, in FindAndDeleteCookie()
126 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local
140 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local
156 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local
181 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local
239 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local
267 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local
315 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local
358 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local
417 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_cs.h35 radeon_check_space(struct radeon_winsys *ws, struct radeon_cmdbuf *cs, unsigned needed) in radeon_check_space()
45 radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_config_reg_seq()
55 radeon_set_config_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_config_reg()
62 radeon_set_context_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_context_reg_seq()
72 radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_context_reg()
79 radeon_set_context_reg_idx(struct radeon_cmdbuf *cs, unsigned reg, unsigned idx, unsigned value) in radeon_set_context_reg_idx()
89 radeon_set_sh_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_sh_reg_seq()
99 radeon_set_sh_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_sh_reg()
106 radeon_set_sh_reg_idx(const struct radv_physical_device *pdevice, struct radeon_cmdbuf *cs, unsigne… in radeon_set_sh_reg_idx()
123 radeon_set_uconfig_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_uconfig_reg_seq()
[all …]
/external/libdrm/radeon/
Dradeon_cs.c14 radeon_cs_write_reloc(struct radeon_cs *cs, struct radeon_bo *bo, in radeon_cs_write_reloc()
28 radeon_cs_begin(struct radeon_cs *cs, uint32_t ndw, in radeon_cs_begin()
36 radeon_cs_end(struct radeon_cs *cs, in radeon_cs_end()
43 drm_public int radeon_cs_emit(struct radeon_cs *cs) in radeon_cs_emit()
49 drm_public int radeon_cs_destroy(struct radeon_cs *cs) in radeon_cs_destroy()
55 drm_public int radeon_cs_erase(struct radeon_cs *cs) in radeon_cs_erase()
61 drm_public int radeon_cs_need_flush(struct radeon_cs *cs) in radeon_cs_need_flush()
67 drm_public void radeon_cs_print(struct radeon_cs *cs, FILE *file) in radeon_cs_print()
74 radeon_cs_set_limit(struct radeon_cs *cs, uint32_t domain, uint32_t limit) in radeon_cs_set_limit()
83 drm_public void radeon_cs_space_set_flush(struct radeon_cs *cs, in radeon_cs_space_set_flush()
[all …]
/external/tcpdump/
Dcpack.c59 nd_cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) in nd_cpack_align_and_reserve()
75 nd_cpack_advance(struct cpack_state *cs, const size_t toskip) in nd_cpack_advance()
85 nd_cpack_init(struct cpack_state *cs, const uint8_t *buf, size_t buflen) in nd_cpack_init()
98 nd_cpack_uint64(netdissect_options *ndo, struct cpack_state *cs, uint64_t *u) in nd_cpack_uint64()
114 nd_cpack_int64(netdissect_options *ndo, struct cpack_state *cs, int64_t *u) in nd_cpack_int64()
130 nd_cpack_uint32(netdissect_options *ndo, struct cpack_state *cs, uint32_t *u) in nd_cpack_uint32()
146 nd_cpack_int32(netdissect_options *ndo, struct cpack_state *cs, int32_t *u) in nd_cpack_int32()
162 nd_cpack_uint16(netdissect_options *ndo, struct cpack_state *cs, uint16_t *u) in nd_cpack_uint16()
178 nd_cpack_int16(netdissect_options *ndo, struct cpack_state *cs, int16_t *u) in nd_cpack_int16()
194 nd_cpack_uint8(netdissect_options *ndo, struct cpack_state *cs, uint8_t *u) in nd_cpack_uint8()
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_cs.h45 struct radeon_cmdbuf *cs, in radeon_cs_memory_below_limit()
118 struct radeon_cmdbuf *cs = &ring->cs; in r600_emit_reloc() local
128 static inline void radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_config_reg_seq()
136 static inline void radeon_set_config_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_config_reg()
142 static inline void radeon_set_context_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_context_reg_seq()
150 static inline void radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_context_reg()
156 static inline void radeon_set_context_reg_idx(struct radeon_cmdbuf *cs, in radeon_set_context_reg_idx()
167 static inline void radeon_set_sh_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_sh_reg_seq()
175 static inline void radeon_set_sh_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_sh_reg()
181 static inline void radeon_set_uconfig_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_uconfig_reg_seq()
[all …]
/external/python/cpython3/Python/
Dcondvar.h109 PyMUTEX_INIT(PyMUTEX_T *cs) in PyMUTEX_INIT()
116 PyMUTEX_FINI(PyMUTEX_T *cs) in PyMUTEX_FINI()
123 PyMUTEX_LOCK(PyMUTEX_T *cs) in PyMUTEX_LOCK()
130 PyMUTEX_UNLOCK(PyMUTEX_T *cs) in PyMUTEX_UNLOCK()
161 _PyCOND_WAIT_MS(PyCOND_T *cv, PyMUTEX_T *cs, DWORD ms) in _PyCOND_WAIT_MS()
192 PyCOND_WAIT(PyCOND_T *cv, PyMUTEX_T *cs) in PyCOND_WAIT()
199 PyCOND_TIMEDWAIT(PyCOND_T *cv, PyMUTEX_T *cs, long long us) in PyCOND_TIMEDWAIT()
236 PyMUTEX_INIT(PyMUTEX_T *cs) in PyMUTEX_INIT()
243 PyMUTEX_FINI(PyMUTEX_T *cs) in PyMUTEX_FINI()
249 PyMUTEX_LOCK(PyMUTEX_T *cs) in PyMUTEX_LOCK()
[all …]
/external/cronet/third_party/icu/source/common/unicode/
Dustring.h931 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument
933 # define U_STRING_INIT(var, cs, length) argument
935 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument
937 # define U_STRING_INIT(var, cs, length) argument
939 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument
941 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
/external/icu/icu4c/source/common/unicode/
Dustring.h925 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument
927 # define U_STRING_INIT(var, cs, length) argument
929 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument
931 # define U_STRING_INIT(var, cs, length) argument
933 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument
935 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
/external/icu/libicu/ndk_headers/unicode/
Dustring.h929 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument
931 # define U_STRING_INIT(var, cs, length) argument
933 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument
935 # define U_STRING_INIT(var, cs, length) argument
937 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument
939 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
/external/icu/libicu/cts_headers/unicode/
Dustring.h925 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument
927 # define U_STRING_INIT(var, cs, length) argument
929 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument
931 # define U_STRING_INIT(var, cs, length) argument
933 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument
935 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
/external/icu/libandroidicu/include/unicode/
Dustring.h925 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument
927 # define U_STRING_INIT(var, cs, length) argument
929 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument
931 # define U_STRING_INIT(var, cs, length) argument
933 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument
935 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
DShadowNativeColorSpaceTest.java102 ColorSpace.Rgb cs = in testName() local
133 ColorSpace.Rgb cs = in testOETF() local
148 ColorSpace.Rgb cs = in testEOTF() local
163 ColorSpace cs = ColorSpace.get(ColorSpace.Named.SRGB); in testRanges() local
220 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, identity, identity); in testMat3x3() local
230 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, identity, identity); in testMat3x3Inverse() local
240 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, identity, identity); in testMat3x3Primaries() local
257 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, identity, identity); in testMat3x3WhitePoint() local
270 ColorSpace.Rgb cs = in testXYZFromPrimaries_xyY() local
287 ColorSpace.Rgb cs = in testXYZFromPrimaries_xYZ() local
[all …]
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c174 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_get_ip_type() local
188 struct radeon_drm_cs *cs; in radeon_drm_cs_create() local
224 static void radeon_drm_cs_set_preamble(struct radeon_cmdbuf *cs, const uint32_t *preamble_ib, in radeon_drm_cs_set_preamble()
270 static unsigned radeon_lookup_or_add_real_buffer(struct radeon_drm_cs *cs, in radeon_lookup_or_add_real_buffer()
328 static int radeon_lookup_or_add_slab_buffer(struct radeon_drm_cs *cs, in radeon_lookup_or_add_slab_buffer()
380 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_add_buffer() local
428 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_lookup_buffer() local
435 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_validate() local
481 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_get_buffer_list() local
496 struct radeon_drm_cs *cs = (struct radeon_drm_cs*)job; in radeon_drm_cs_emit_ioctl_oneshot() local
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_cpu_reloc.c67 gen2_emit_store_addr(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen2_emit_store_addr()
77 gen4_emit_store_addr(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen4_emit_store_addr()
88 gen8_emit_store_addr(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen8_emit_store_addr()
99 gen2_emit_bb_start(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen2_emit_bb_start()
109 gen4_emit_bb_start(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen4_emit_bb_start()
118 gen6_emit_bb_start(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen6_emit_bb_start()
127 hsw_emit_bb_start(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in hsw_emit_bb_start()
136 gen8_emit_bb_start(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen8_emit_bb_start()
/external/iptables/iptables/
Dnft-ipv6.c29 struct nftnl_rule *r, struct iptables_command_state *cs) in nft_ipv6_add()
109 static void nft_ipv6_set_goto_flag(struct iptables_command_state *cs) in nft_ipv6_set_goto_flag()
117 struct iptables_command_state cs = {}; in nft_ipv6_print_rule() local
142 static void nft_ipv6_save_rule(const struct iptables_command_state *cs, in nft_ipv6_save_rule()
185 static int nft_ipv6_xlate(const struct iptables_command_state *cs, in nft_ipv6_xlate()
238 struct iptables_command_state *cs, in nft_ipv6_add_entry()
271 struct iptables_command_state *cs, in nft_ipv6_delete_entry()
297 struct iptables_command_state *cs, in nft_ipv6_check_entry()
323 struct iptables_command_state *cs, in nft_ipv6_replace_entry()
Dnft-ipv4.c30 struct nftnl_rule *r, struct iptables_command_state *cs) in nft_ipv4_add()
121 static void nft_ipv4_set_goto_flag(struct iptables_command_state *cs) in nft_ipv4_set_goto_flag()
129 struct iptables_command_state cs = {}; in nft_ipv4_print_rule() local
156 static void nft_ipv4_save_rule(const struct iptables_command_state *cs, in nft_ipv4_save_rule()
201 static int nft_ipv4_xlate(const struct iptables_command_state *cs, in nft_ipv4_xlate()
258 struct iptables_command_state *cs, in nft_ipv4_add_entry()
288 struct iptables_command_state *cs, in nft_ipv4_delete_entry()
310 struct iptables_command_state *cs, in nft_ipv4_check_entry()
332 struct iptables_command_state *cs, in nft_ipv4_replace_entry()
/external/guava/android/guava-tests/benchmark/com/google/common/io/
DByteSourceAsCharSourceReadBenchmark.java36 String read(ByteSource byteSource, Charset cs) throws IOException { in read()
42 String read(ByteSource byteSource, Charset cs) throws IOException { in read()
44 try (InputStreamReader reader = new InputStreamReader(byteSource.openStream(), cs)) { in read() argument
57 String read(ByteSource byteSource, Charset cs) throws IOException { in read()
70 try (InputStreamReader reader = new InputStreamReader(byteSource.openStream(), cs)) { in read() argument
97 abstract String read(ByteSource byteSource, Charset cs) throws IOException; in read()
/external/guava/guava-tests/benchmark/com/google/common/io/
DByteSourceAsCharSourceReadBenchmark.java36 String read(ByteSource byteSource, Charset cs) throws IOException { in read()
42 String read(ByteSource byteSource, Charset cs) throws IOException { in read()
44 try (InputStreamReader reader = new InputStreamReader(byteSource.openStream(), cs)) { in read() argument
57 String read(ByteSource byteSource, Charset cs) throws IOException { in read()
70 try (InputStreamReader reader = new InputStreamReader(byteSource.openStream(), cs)) { in read() argument
97 abstract String read(ByteSource byteSource, Charset cs) throws IOException; in read()
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DCharSequenceUtils.java32 …private static boolean checkLaterThan1(final CharSequence cs, final CharSequence searchChar, final… in checkLaterThan1()
49 static int indexOf(final CharSequence cs, final CharSequence searchChar, final int start) { in indexOf()
112 static int indexOf(final CharSequence cs, final int searchChar, int start) { in indexOf()
150 static int lastIndexOf(final CharSequence cs, final CharSequence searchChar, int start) { in lastIndexOf()
245 static int lastIndexOf(final CharSequence cs, final int searchChar, int start) { in lastIndexOf()
294 … static boolean regionMatches(final CharSequence cs, final boolean ignoreCase, final int thisStart, in regionMatches()
354 public static CharSequence subSequence(final CharSequence cs, final int start) { in subSequence()

12345678910>>...47