Searched refs:header_present (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h1264 GLuint header_present:1; member in struct:brw_instruction::__anon13581::__anon13589
1295 GLuint header_present:1; member in struct:brw_instruction::__anon13581::__anon13591
1334 GLuint header_present:1; member in struct:brw_instruction::__anon13581::__anon13594
1346 GLuint header_present:1; member in struct:brw_instruction::__anon13581::__anon13595
1364 GLuint header_present:1; member in struct:brw_instruction::__anon13581::__anon13596
1378 GLuint header_present:1; member in struct:brw_instruction::__anon13581::__anon13597
1418 GLuint header_present:1; member in struct:brw_instruction::__anon13581::__anon13600
1447 GLuint header_present:1; member in struct:brw_instruction::__anon13581::__anon13602
1464 GLuint header_present:1; member in struct:brw_instruction::__anon13581::__anon13603
1489 GLuint header_present member in struct:brw_instruction::__anon13581::__anon13604
1512 GLuint header_present:1; member in struct:brw_instruction::__anon13581::__anon13605
[all...]
H A Dbrw_fs_visitor.cpp897 inst->header_present = true;
925 bool header_present = false; local
948 header_present = true;
963 mlen = MAX2(mlen, header_present + 4 * reg_width);
975 mlen = MAX2(mlen, header_present + 4 * reg_width);
982 mlen = MAX2(mlen, header_present + 4 * reg_width);
989 mlen = MAX2(mlen, header_present + 4 * reg_width); /* skip over 'ai' */
1019 mlen = header_present + 4 * reg_width;
1029 inst->header_present = header_present;
1045 bool header_present = false; local
2037 bool header_present = true; local
[all...]
H A Dbrw_eu_emit.c398 bool header_present,
406 inst->bits3.generic_gen5.header_present = header_present;
548 bool header_present,
572 header_present, end_of_thread);
665 GLuint header_present,
673 response_length, header_present, false);
1943 true, /* header_present */
2244 bool header_present)
2284 header_present,
393 brw_set_message_descriptor(struct brw_compile *p, struct brw_instruction *inst, enum brw_message_target sfid, unsigned msg_length, unsigned response_length, bool header_present, bool end_of_thread) argument
542 brw_set_dp_write_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint msg_control, GLuint msg_type, GLuint msg_length, bool header_present, GLuint last_render_target, GLuint response_length, GLuint end_of_thread, GLuint send_commit_msg) argument
658 brw_set_sampler_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint sampler, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
2235 brw_fb_WRITE(struct brw_compile *p, int dispatch_width, GLuint msg_reg_nr, struct brw_reg src0, GLuint msg_control, GLuint binding_table_index, GLuint msg_length, GLuint response_length, bool eot, bool header_present) argument
2297 brw_SAMPLE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, GLuint binding_table_index, GLuint sampler, GLuint writemask, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
[all...]
H A Dbrw_eu.h897 GLuint header_present,
916 bool header_present,
959 bool header_present);
971 GLuint header_present,
H A Dbrw_fs_emit.cpp54 if (inst->header_present) {
112 inst->header_present);
407 } else if (inst->header_present) {
422 inst->header_present,
H A Dbrw_fs.h171 bool header_present; member in class:fs_inst
H A Dbrw_vec4.h186 bool header_present; member in class:brw::vec4_instruction
H A Dbrw_vec4_emit.cpp451 } else if (inst->header_present) {
480 inst->header_present,
H A Dbrw_vec4_visitor.cpp1903 inst->header_present = ir->offset || intel->gen < 5;
1905 inst->mlen = inst->header_present + 1; /* always at least one */
1915 int param_base = inst->base_mrf + inst->header_present;
H A Dbrw_fs.cpp152 header_present == inst->header_present &&
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h1264 GLuint header_present:1; member in struct:brw_instruction::__anon24066::__anon24074
1295 GLuint header_present:1; member in struct:brw_instruction::__anon24066::__anon24076
1334 GLuint header_present:1; member in struct:brw_instruction::__anon24066::__anon24079
1346 GLuint header_present:1; member in struct:brw_instruction::__anon24066::__anon24080
1364 GLuint header_present:1; member in struct:brw_instruction::__anon24066::__anon24081
1378 GLuint header_present:1; member in struct:brw_instruction::__anon24066::__anon24082
1418 GLuint header_present:1; member in struct:brw_instruction::__anon24066::__anon24085
1447 GLuint header_present:1; member in struct:brw_instruction::__anon24066::__anon24087
1464 GLuint header_present:1; member in struct:brw_instruction::__anon24066::__anon24088
1489 GLuint header_present member in struct:brw_instruction::__anon24066::__anon24089
1512 GLuint header_present:1; member in struct:brw_instruction::__anon24066::__anon24090
[all...]
H A Dbrw_fs_visitor.cpp897 inst->header_present = true;
925 bool header_present = false; local
948 header_present = true;
963 mlen = MAX2(mlen, header_present + 4 * reg_width);
975 mlen = MAX2(mlen, header_present + 4 * reg_width);
982 mlen = MAX2(mlen, header_present + 4 * reg_width);
989 mlen = MAX2(mlen, header_present + 4 * reg_width); /* skip over 'ai' */
1019 mlen = header_present + 4 * reg_width;
1029 inst->header_present = header_present;
1045 bool header_present = false; local
2037 bool header_present = true; local
[all...]
H A Dbrw_eu_emit.c398 bool header_present,
406 inst->bits3.generic_gen5.header_present = header_present;
548 bool header_present,
572 header_present, end_of_thread);
665 GLuint header_present,
673 response_length, header_present, false);
1943 true, /* header_present */
2244 bool header_present)
2284 header_present,
393 brw_set_message_descriptor(struct brw_compile *p, struct brw_instruction *inst, enum brw_message_target sfid, unsigned msg_length, unsigned response_length, bool header_present, bool end_of_thread) argument
542 brw_set_dp_write_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint msg_control, GLuint msg_type, GLuint msg_length, bool header_present, GLuint last_render_target, GLuint response_length, GLuint end_of_thread, GLuint send_commit_msg) argument
658 brw_set_sampler_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint sampler, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
2235 brw_fb_WRITE(struct brw_compile *p, int dispatch_width, GLuint msg_reg_nr, struct brw_reg src0, GLuint msg_control, GLuint binding_table_index, GLuint msg_length, GLuint response_length, bool eot, bool header_present) argument
2297 brw_SAMPLE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, GLuint binding_table_index, GLuint sampler, GLuint writemask, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
[all...]
H A Dbrw_eu.h897 GLuint header_present,
916 bool header_present,
959 bool header_present);
971 GLuint header_present,
H A Dbrw_fs_emit.cpp54 if (inst->header_present) {
112 inst->header_present);
407 } else if (inst->header_present) {
422 inst->header_present,
H A Dbrw_fs.h171 bool header_present; member in class:fs_inst
H A Dbrw_vec4.h186 bool header_present; member in class:brw::vec4_instruction
H A Dbrw_vec4_emit.cpp451 } else if (inst->header_present) {
480 inst->header_present,
H A Dbrw_vec4_visitor.cpp1903 inst->header_present = ir->offset || intel->gen < 5;
1905 inst->mlen = inst->header_present + 1; /* always at least one */
1915 int param_base = inst->base_mrf + inst->header_present;
H A Dbrw_fs.cpp152 header_present == inst->header_present &&
/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_handler.cc214 bool header_present = request_info.extra_headers.GetHeader( local
216 DCHECK(header_present);

Completed in 308 milliseconds