Searched defs:return_format (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_emit.cpp271 uint32_t return_format; local
275 return_format = BRW_SAMPLER_RETURN_FORMAT_SINT32;
278 return_format = BRW_SAMPLER_RETURN_FORMAT_UINT32;
281 return_format = BRW_SAMPLER_RETURN_FORMAT_FLOAT32;
424 return_format);
H A Dbrw_vec4_emit.cpp456 uint32_t return_format; local
460 return_format = BRW_SAMPLER_RETURN_FORMAT_SINT32;
463 return_format = BRW_SAMPLER_RETURN_FORMAT_UINT32;
466 return_format = BRW_SAMPLER_RETURN_FORMAT_FLOAT32;
482 return_format);
H A Dbrw_eu_emit.c667 GLuint return_format)
693 insn->bits3.sampler.return_format = return_format;
2309 GLuint return_format)
2404 return_format);
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
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
H A Dbrw_structs.h1306 GLuint return_format:2; member in struct:brw_instruction::__anon14435::__anon14446
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_emit.cpp271 uint32_t return_format; local
275 return_format = BRW_SAMPLER_RETURN_FORMAT_SINT32;
278 return_format = BRW_SAMPLER_RETURN_FORMAT_UINT32;
281 return_format = BRW_SAMPLER_RETURN_FORMAT_FLOAT32;
424 return_format);
H A Dbrw_vec4_emit.cpp456 uint32_t return_format; local
460 return_format = BRW_SAMPLER_RETURN_FORMAT_SINT32;
463 return_format = BRW_SAMPLER_RETURN_FORMAT_UINT32;
466 return_format = BRW_SAMPLER_RETURN_FORMAT_FLOAT32;
482 return_format);
H A Dbrw_eu_emit.c667 GLuint return_format)
693 insn->bits3.sampler.return_format = return_format;
2309 GLuint return_format)
2404 return_format);
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
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
H A Dbrw_structs.h1306 GLuint return_format:2; member in struct:brw_instruction::__anon27846::__anon27857

Completed in 1048 milliseconds