Searched defs:is_pot (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/amd/vulkan/
H A Dvk_format_parse.py46 def is_pot(x): function
190 def is_pot(self): member in class:Format
191 return is_pot(self.block_size())
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py45 def is_pot(x): function
182 def is_pot(self): member in class:Format
183 return is_pot(self.block_size())
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c72 * \param is_pot if TRUE, length is a power of two
85 boolean is_pot,
98 if(is_pot)
140 * \param is_pot if TRUE, length is a power of two
149 boolean is_pot,
268 * \param is_pot if TRUE, length is a power of two
284 boolean is_pot,
309 if (is_pot) {
366 if (is_pot) {
435 * \param is_pot i
78 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *out_offset, LLVMValueRef *out_i) argument
145 lp_build_sample_wrap_nearest_float(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *icoord) argument
276 lp_build_sample_wrap_linear_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord0, LLVMValueRef *weight_i, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *offset0, LLVMValueRef *offset1, LLVMValueRef *i0, LLVMValueRef *i1) argument
443 lp_build_sample_wrap_linear_float(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *coord0, LLVMValueRef *coord1, LLVMValueRef *weight, unsigned force_nearest) argument
[all...]
H A Dlp_bld_sample_soa.c306 boolean is_pot,
321 if (is_pot) {
537 * \param is_pot if TRUE, length is a power of two
546 boolean is_pot,
557 if (is_pot) {
301 lp_build_sample_wrap_linear(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *x0_out, LLVMValueRef *x1_out, LLVMValueRef *weight_out) argument
541 lp_build_sample_wrap_nearest(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode) argument

Completed in 294 milliseconds