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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_generator.cpp630 uint32_t return_format; local
635 return_format = BRW_SAMPLER_RETURN_FORMAT_SINT32;
638 return_format = BRW_SAMPLER_RETURN_FORMAT_UINT32;
641 return_format = BRW_SAMPLER_RETURN_FORMAT_FLOAT32;
654 return_format = BRW_SAMPLER_RETURN_FORMAT_UINT32;
902 return_format);
943 return_format);
1256 uint32_t return_format = BRW_SAMPLER_RETURN_FORMAT_FLOAT32; local
1265 return_format);
H A Dbrw_vec4_generator.cpp258 uint32_t return_format; local
262 return_format = BRW_SAMPLER_RETURN_FORMAT_SINT32;
265 return_format = BRW_SAMPLER_RETURN_FORMAT_UINT32;
268 return_format = BRW_SAMPLER_RETURN_FORMAT_FLOAT32;
293 return_format);
337 return_format);
H A Dbrw_eu_emit.c768 unsigned return_format)
781 brw_inst_set_sampler_return_format(devinfo, inst, return_format);
2428 unsigned return_format)
2466 return_format);
759 brw_set_sampler_message(struct brw_codegen *p, brw_inst *inst, unsigned binding_table_index, unsigned sampler, unsigned msg_type, unsigned response_length, unsigned msg_length, unsigned header_present, unsigned simd_mode, unsigned return_format) argument
2417 brw_SAMPLE(struct brw_codegen *p, struct brw_reg dest, unsigned msg_reg_nr, struct brw_reg src0, unsigned binding_table_index, unsigned sampler, unsigned msg_type, unsigned response_length, unsigned msg_length, unsigned header_present, unsigned simd_mode, unsigned return_format) argument

Completed in 103 milliseconds