Home
last modified time | relevance | path

Searched refs:a_buf (Results 1 – 25 of 26) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/terminate_invocation/
Dno_image_store.amber146 IMAGE a_buf DATA_TYPE int32 DIM_2D WIDTH 8 HEIGHT 8 FILL 0
156 BIND BUFFER a_buf AS storage_image DESCRIPTOR_SET 0 BINDING 0
160 EXPECT a_buf IDX 0 EQ 0 1 0 3 0 5 0 7
161 EXPECT a_buf IDX 32 EQ 0 1 2 3 4 5 6 7
162 EXPECT a_buf IDX 64 EQ 0 1 0 3 0 5 0 7
163 EXPECT a_buf IDX 96 EQ 0 1 2 3 4 5 6 7
164 EXPECT a_buf IDX 128 EQ 0 1 0 3 0 5 0 7
165 EXPECT a_buf IDX 160 EQ 0 1 2 3 4 5 6 7
166 EXPECT a_buf IDX 192 EQ 0 1 0 3 0 5 0 7
167 EXPECT a_buf IDX 224 EQ 0 1 2 3 4 5 6 7
Dno_image_atomic.amber147 IMAGE a_buf DATA_TYPE int32 DIM_2D WIDTH 8 HEIGHT 8 FILL 0
157 BIND BUFFER a_buf AS storage_image DESCRIPTOR_SET 0 BINDING 0
161 EXPECT a_buf IDX 0 EQ 0 1 0 3 0 5 0 7
162 EXPECT a_buf IDX 32 EQ 0 1 2 3 4 5 6 7
163 EXPECT a_buf IDX 64 EQ 0 1 0 3 0 5 0 7
164 EXPECT a_buf IDX 96 EQ 0 1 2 3 4 5 6 7
165 EXPECT a_buf IDX 128 EQ 0 1 0 3 0 5 0 7
166 EXPECT a_buf IDX 160 EQ 0 1 2 3 4 5 6 7
167 EXPECT a_buf IDX 192 EQ 0 1 0 3 0 5 0 7
168 EXPECT a_buf IDX 224 EQ 0 1 2 3 4 5 6 7
Dno_ssbo_atomic.amber151 BUFFER a_buf DATA_TYPE int32 SIZE 64 FILL 0
171 BIND BUFFER a_buf AS storage DESCRIPTOR_SET 0 BINDING 0
175 EXPECT a_buf EQ_BUFFER expect_buf
Dno_ssbo_store.amber149 BUFFER a_buf DATA_TYPE int32 SIZE 64 FILL 0
169 BIND BUFFER a_buf AS storage DESCRIPTOR_SET 0 BINDING 0
173 EXPECT a_buf EQ_BUFFER expect_buf
Dssbo_atomic_before_terminate.amber149 BUFFER a_buf DATA_TYPE int32 SIZE 64 FILL 0
169 BIND BUFFER a_buf AS storage DESCRIPTOR_SET 0 BINDING 0
173 EXPECT a_buf EQ_BUFFER expect_buf
Dssbo_store_before_terminate.amber148 BUFFER a_buf DATA_TYPE int32 SIZE 64 FILL 0
168 BIND BUFFER a_buf AS storage DESCRIPTOR_SET 0 BINDING 0
172 EXPECT a_buf EQ_BUFFER expect_buf
Dno_null_pointer_load.amber162 BUFFER a_buf DATA_TYPE int32 SIZE 64 FILL 0
183 BIND BUFFER a_buf AS storage DESCRIPTOR_SET 0 BINDING 0
188 EXPECT a_buf EQ_BUFFER expect_buf
Dno_null_pointer_store.amber162 BUFFER a_buf DATA_TYPE int32 SIZE 64 FILL 0
183 BIND BUFFER a_buf AS storage DESCRIPTOR_SET 0 BINDING 0
188 EXPECT a_buf EQ_BUFFER expect_buf
Dno_out_of_bounds_load.amber167 BUFFER a_buf DATA_TYPE int32 SIZE 64 FILL 0
188 BIND BUFFER a_buf AS storage DESCRIPTOR_SET 0 BINDING 0
193 EXPECT a_buf EQ_BUFFER expect_buf
Dno_out_of_bounds_atomic.amber170 BUFFER a_buf DATA_TYPE int32 SIZE 64 FILL 0
191 BIND BUFFER a_buf AS storage DESCRIPTOR_SET 0 BINDING 0
196 EXPECT a_buf EQ_BUFFER expect_buf
Dno_out_of_bounds_store.amber167 BUFFER a_buf DATA_TYPE int32 SIZE 64 FILL 0
188 BIND BUFFER a_buf AS storage DESCRIPTOR_SET 0 BINDING 0
193 EXPECT a_buf EQ_BUFFER expect_buf
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-statement.h247 cr_statement_does_buf_parses_against_core (const guchar *a_buf,
250 cr_statement_parse_from_buf (const guchar *a_buf,
258 cr_statement_ruleset_parse_from_buf (const guchar * a_buf,
268 cr_statement_at_import_rule_parse_from_buf (const guchar * a_buf,
276 cr_statement_at_media_rule_parse_from_buf (const guchar *a_buf,
283 cr_statement_at_charset_rule_parse_from_buf (const guchar *a_buf,
291 cr_statement_font_face_rule_parse_from_buf (const guchar *a_buf,
300 cr_statement_at_page_rule_parse_from_buf (const guchar *a_buf,
Dcr-statement.c942 cr_statement_does_buf_parses_against_core (const guchar * a_buf, in cr_statement_does_buf_parses_against_core() argument
949 parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf), in cr_statement_does_buf_parses_against_core()
985 cr_statement_parse_from_buf (const guchar * a_buf, enum CREncoding a_encoding) in cr_statement_parse_from_buf() argument
997 result = cr_statement_ruleset_parse_from_buf (a_buf, a_encoding); in cr_statement_parse_from_buf()
1000 (a_buf, a_encoding); in cr_statement_parse_from_buf()
1007 (a_buf, a_encoding); in cr_statement_parse_from_buf()
1014 (a_buf, a_encoding); in cr_statement_parse_from_buf()
1021 (a_buf, a_encoding); in cr_statement_parse_from_buf()
1029 (a_buf, a_encoding); in cr_statement_parse_from_buf()
1036 (a_buf, a_encoding); in cr_statement_parse_from_buf()
[all …]
Dcr-om-parser.h79 enum CRStatus cr_om_parser_simply_parse_buf (const guchar *a_buf,
85 const guchar *a_buf,
Dcr-input.c140 cr_input_new_from_buf (guchar * a_buf, in cr_input_new_from_buf() argument
150 g_return_val_if_fail (a_buf, NULL); in cr_input_new_from_buf()
163 (enc_handler, a_buf, &len, in cr_input_new_from_buf()
169 if (a_free_buf == TRUE && a_buf) { in cr_input_new_from_buf()
170 g_free (a_buf) ; in cr_input_new_from_buf()
171 a_buf = NULL ; in cr_input_new_from_buf()
175 PRIVATE (result)->in_buf = (guchar *) a_buf; in cr_input_new_from_buf()
Dcr-parser.h68 CRParser * cr_parser_new_from_buf (guchar *a_buf, gulong a_len,
103 enum CRStatus cr_parser_parse_buf (CRParser *a_this, const guchar *a_buf,
Dcr-term.c117 cr_term_parse_expression_from_buf (const guchar * a_buf, in cr_term_parse_expression_from_buf() argument
124 g_return_val_if_fail (a_buf, NULL); in cr_term_parse_expression_from_buf()
126 parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf), in cr_term_parse_expression_from_buf()
Dcr-term.h158 CRTerm * cr_term_parse_expression_from_buf (const guchar *a_buf,
Dcr-tknzr.h70 CRTknzr * cr_tknzr_new_from_buf (guchar *a_buf, gulong a_len,
Dcr-om-parser.c864 const guchar * a_buf, in cr_om_parser_parse_buf() argument
878 a_buf, a_len, a_enc); in cr_om_parser_parse_buf()
912 cr_om_parser_simply_parse_buf (const guchar * a_buf, in cr_om_parser_simply_parse_buf() argument
927 status = cr_om_parser_parse_buf (parser, a_buf, a_len, in cr_om_parser_simply_parse_buf()
Dcr-input.h74 cr_input_new_from_buf (guchar *a_buf, gulong a_len,
Dcr-parser.c2794 cr_parser_new_from_buf (guchar * a_buf, in cr_parser_new_from_buf() argument
2802 g_return_val_if_fail (a_buf && a_len, NULL); in cr_parser_new_from_buf()
2804 input = cr_input_new_from_buf (a_buf, a_len, a_enc, a_free_buf); in cr_parser_new_from_buf()
4478 const guchar * a_buf, in cr_parser_parse_buf() argument
4485 && a_buf, CR_BAD_PARAM_ERROR); in cr_parser_parse_buf()
4487 tknzr = cr_tknzr_new_from_buf ((guchar*)a_buf, a_len, a_enc, FALSE); in cr_parser_parse_buf()
/third_party/openssl/crypto/ec/
Dec_asn1.c376 unsigned char *a_buf = NULL, *b_buf = NULL; in ec_asn1_group2curve() local
399 if ((a_buf = OPENSSL_malloc(len)) == NULL in ec_asn1_group2curve()
404 if (BN_bn2binpad(tmp_1, a_buf, len) < 0 in ec_asn1_group2curve()
411 if (!ASN1_OCTET_STRING_set(curve->a, a_buf, len) in ec_asn1_group2curve()
439 OPENSSL_free(a_buf); in ec_asn1_group2curve()
/third_party/ffmpeg/libavcodec/
Dvp9recon.c232 LOCAL_ALIGNED_32(uint8_t, a_buf, [96]); in intra_recon()
241 uint8_t *a = &a_buf[32]; in intra_recon()
271 uint8_t *a = &a_buf[32]; in intra_recon()
/third_party/ffmpeg/tests/checkasm/
Dvp9dsp.c51 LOCAL_ALIGNED_32(uint8_t, a_buf, [64 * 2]); in check_ipred()
52 uint8_t *a = &a_buf[32 * 2]; in check_ipred()

12