/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_structs.h | 928 GLuint response_length:4; member 1243 GLuint response_length:4; member 1265 GLuint response_length:5; member 1279 GLuint response_length:4; member 1296 GLuint response_length:5; member 1308 GLuint response_length:4; member 1320 GLuint response_length:4; member 1335 GLuint response_length:5; member 1347 GLuint response_length:5; member 1365 GLuint response_length:5; member [all …]
|
D | brw_eu_emit.c | 397 unsigned response_length, in brw_set_message_descriptor() argument 407 inst->bits3.generic_gen5.response_length = response_length; in brw_set_message_descriptor() 420 inst->bits3.generic.response_length = response_length; in brw_set_message_descriptor() 437 unsigned response_length; in brw_set_math_message() local 456 response_length = 2; in brw_set_math_message() 459 response_length = 1; in brw_set_math_message() 465 msg_length, response_length, false, false); in brw_set_math_message() 487 GLuint response_length, in brw_set_ff_sync_message() argument 491 1, response_length, true, end_of_thread); in brw_set_ff_sync_message() 505 GLuint response_length, in brw_set_urb_message() argument [all …]
|
D | brw_eu.h | 895 GLuint response_length, 908 GLuint response_length); 918 GLuint response_length, 929 GLuint response_length, 940 GLuint response_length, 957 GLuint response_length, 969 GLuint response_length,
|
D | brw_wm_emit.c | 1048 GLuint cur_mrf = 2, response_length; in emit_tex() local 1057 response_length = 8; in emit_tex() 1062 response_length = 4; in emit_tex() 1159 response_length, in emit_tex() 1180 GLuint response_length; in emit_txb() local 1195 response_length = 8; in emit_txb() 1200 response_length = 4; in emit_txb() 1239 response_length, in emit_txb()
|
D | brw_optimize.c | 141 length = inst->bits3.generic_gen5.response_length*REG_SIZE; in brw_is_grf_written() 143 length = inst->bits3.generic.response_length*REG_SIZE; in brw_is_grf_written()
|
D | brw_disasm.c | 1300 inst->bits3.generic_gen5.response_length); in brw_disasm() 1305 inst->bits3.generic.response_length); in brw_disasm()
|
/external/vboot_reference/firmware/stub/ |
D | tpm_lite_stub.c | 189 uint8_t* response, uint32_t* response_length) { in VbExTpmSendReceive() argument 214 result = TpmExecute(request, request_length, response, response_length); in VbExTpmSendReceive() 222 int y = *response_length; in VbExTpmSendReceive() 246 assert(*response_length == TpmResponseSize(response)); in VbExTpmSendReceive()
|
/external/v8/test/mjsunit/ |
D | debug-handle.js | 163 var response_length; 164 response_length = lookupRequest(exec_state, arguments, true); 165 assertEquals('number', response_length.body[ref].type); 166 assertEquals(1, response_length.body[ref].value);
|
/external/vboot_reference/tests/ |
D | tlcl_tests.c | 84 uint8_t *response, uint32_t *response_length) in VbExTpmSendReceive() argument 97 memset(response, 0, *response_length); in VbExTpmSendReceive() 100 *response_length = c->rsp_size; in VbExTpmSendReceive()
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_verbs.h | 225 __u32 response_length; member 378 __u32 response_length; member 564 __u32 response_length; member
|
/external/vboot_reference/firmware/lib/tpm_lite/ |
D | tlcl.c | 66 uint32_t response_length = max_length; in TlclSendReceiveNoRetry() local 77 response, &response_length); in TlclSendReceiveNoRetry()
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_socket.py | 355 response_length = len(data) - 3 357 response_length != expected_length): 360 '%d (expected %d)' % (response_length,
|
/external/vboot_reference/firmware/include/ |
D | vboot_api.h | 485 uint8_t *response, uint32_t *response_length);
|