/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_ff.h | 86 unsigned proj = !!(context->ff.tex_stage[s][D3DTSS_TEXTURETRANSFORMFLAGS] & D3DTTFF_PROJECTED); in nine_ff_get_projected_key() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TextureFunctionHLSL.h | 52 bool proj; member
|
H A D | TextureFunctionHLSL.cpp | 591 texCoordXBuilder << '(' << *texCoordX << proj << ')'; in ProjectTextureCoordinates() local 594 texCoordYBuilder << '(' << *texCoordY << proj << ')'; in ProjectTextureCoordinates() local 597 texCoordZBuilder << '(' << *texCoordZ << proj << ')'; in ProjectTextureCoordinates() local [all...] |
/third_party/skia/gm/ |
H A D | postercircle.cpp | 84 SkM44 proj; variable
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
H A D | ia_css_sdis_common_types.h | 41 } grid, coef, proj; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
H A D | ia_css_sdis_common_types.h | 41 } grid, coef, proj; member
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | CubeReflection.cpp | 92 glm::mat4 proj; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.h | 252 bool proj; member
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | VertexRoutine.cpp | 603 Vector4f proj; in writeCache() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelProgram.cpp | 1256 Vector4f proj; in TEX() local
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLGLSLCodeGenerator.cpp | 594 bool proj = false; in writeFunctionCall() local [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderTextureFunctionTests.cpp | 327 float proj = useProj ? 1.0f / m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f; in initTexture() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | GLES1Renderer.cpp | 282 angle::Mat4 proj = gles1State.mProjectionMatrices.back(); in prepareForDraw() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 2919 struct ir3_instruction *lod, *compare, *proj, *sample_index; in emit_tex() local
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.c | 778 spirv_builder_emit_image_sample(struct spirv_builder *b, SpvId result_type, SpvId sampled_image, SpvId coordinate, bool proj, SpvId lod, SpvId bias, SpvId dref, SpvId dx, SpvId dy, SpvId const_offset, SpvId offset, SpvId min_lod, bool sparse) spirv_builder_emit_image_sample() argument
|
H A D | nir_to_spirv.c | 3362 SpvId coord = 0, proj = 0, bias = 0, lod = 0, dref = 0, dx = 0, dy = 0, in emit_tex() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 2285 Value *proj = fetchSrc(0, 3); in loadProjTexCoords() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderTextureFunctionTests.cpp | 573 float proj = useProj ? 1.0f / m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f; in initTexture() local [all...] |
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 2883 Id Builder::createTextureCall(Decoration precision, Id resultType, bool sparse, bool fetch, bool proj, bool gather, in createTextureCall() argument
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 2038 const union tgsi_exec_channel *args[5], *proj = NULL; in exec_tex() local
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 2751 bool proj = false; in emit_texture_op() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | matroskadec.c | 2238 mkv_create_display_matrix(AVStream *st, const MatroskaTrackVideoProjection *proj, void *logctx) mkv_create_display_matrix() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 884 float proj = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ2 ? 1 : m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f; in initTexture() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 881 float proj = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ2 ? 1 : m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f; in initTexture() local [all...] |
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 1397 bool proj; member
|