Searched refs:fChannels (Results 1 – 4 of 4) sorted by relevance
/external/dng_sdk/source/ |
D | dng_color_spec.cpp | 69 : fChannels (negative.ColorChannels ()) in dng_color_spec() 97 if (fChannels > 1) in dng_color_spec() 100 if (!profile || !profile->IsValid (fChannels)) in dng_color_spec() 122 fCameraCalibration1.SetIdentity (fChannels); in dng_color_spec() 123 fCameraCalibration2.SetIdentity (fChannels); in dng_color_spec() 129 if (negative.CameraCalibration1 ().Rows () == fChannels && in dng_color_spec() 130 negative.CameraCalibration1 ().Cols () == fChannels) in dng_color_spec() 137 if (negative.CameraCalibration2 ().Rows () == fChannels && in dng_color_spec() 138 negative.CameraCalibration2 ().Cols () == fChannels) in dng_color_spec() 147 fAnalogBalance = dng_matrix (fChannels, fChannels); in dng_color_spec() [all …]
|
D | dng_color_spec.h | 49 uint32 fChannels; 92 return fChannels; in Channels()
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 1400 memcpy(out, fChannels, sizeof(fChannels)); in getVectorLValue() 1610 out[i] = LLVMBuildLoad(builder, fChannels[i], "variable reference"); in compileVectorVariableReference() 1666 fChannels[0] = LLVMBuildAlloca(builder, fFloat32VectorType, "rVec"); in compileStageFunctionVector() 1667 LLVMBuildStore(builder, params.get()[4], fChannels[0]); in compileStageFunctionVector() 1668 fChannels[1] = LLVMBuildAlloca(builder, fFloat32VectorType, "gVec"); in compileStageFunctionVector() 1669 LLVMBuildStore(builder, params.get()[5], fChannels[1]); in compileStageFunctionVector() 1670 fChannels[2] = LLVMBuildAlloca(builder, fFloat32VectorType, "bVec"); in compileStageFunctionVector() 1671 LLVMBuildStore(builder, params.get()[6], fChannels[2]); in compileStageFunctionVector() 1672 fChannels[3] = LLVMBuildAlloca(builder, fFloat32VectorType, "aVec"); in compileStageFunctionVector() 1673 LLVMBuildStore(builder, params.get()[7], fChannels[3]); in compileStageFunctionVector() [all …]
|
D | SkSLJIT.h | 330 LLVMValueRef fChannels[CHANNELS]; variable
|