Searched defs:sample_type (Results 1 – 14 of 14) sorted by relevance
23 struct sample_type { struct24 T value;
32 # define sample_type int32_t macro34 # define sample_type int16_t macro
158 int sample_type; member
154 typedef typename distr_type::result_type sample_type; typedef
117 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type sample_type; typedef
137 typedef Sample sample_type; ///< The type of the samples that will be accumulated typedef
79 TypePtr sample_type = sample_elem->BuildType(); in CheckTensorsDTypeSame() local
1130 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local
1444 const uint32_t sample_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1119 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local
1407 const uint32_t sample_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2278 enum lp_sampler_op_type sample_type, in emit_sample()