Searched defs:is_linear (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_srgb.c | 101 LLVMValueRef srcf, part_lin, part_pow, is_linear, lin_const, lin_thresh; in lp_build_srgb_to_linear() local 167 LLVMValueRef lin_thresh, lin, lin_const, is_linear, tmp, pow_final; in lp_build_linear_to_srgb() local
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | array_util.cc | 81 bool is_linear = true; in GetNormalIfPlanar() local
|
/external/mesa3d/src/amd/common/ |
D | ac_surface.h | 162 unsigned is_linear:1; member
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 4215 bool is_linear, const char *api_name) { in ValidateInsertMemoryRange() 4260 … VkDeviceSize memoryOffset, VkMemoryRequirements memRequirements, bool is_image, bool is_linear) { in InsertMemoryRange() 4294 … VkDeviceSize mem_offset, VkMemoryRequirements mem_reqs, bool is_linear, in ValidateInsertImageMemoryRange() 4299 … VkDeviceSize mem_offset, VkMemoryRequirements mem_reqs, bool is_linear) { in InsertImageMemoryRange()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 466 int is_linear = interpolate == TGSI_INTERPOLATE_LINEAR; in eg_get_interpolator_index() local
|