Home
last modified time | relevance | path

Searched defs:proj (Results 1 - 25 of 25) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.h86 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 DTextureFunctionHLSL.h52 bool proj; member
H A DTextureFunctionHLSL.cpp591 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 Dpostercircle.cpp84 SkM44 proj; variable
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
H A Dia_css_sdis_common_types.h41 } grid, coef, proj; member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
H A Dia_css_sdis_common_types.h41 } grid, coef, proj; member
/third_party/skia/third_party/externals/dawn/examples/
H A DCubeReflection.cpp92 glm::mat4 proj; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h252 bool proj; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DVertexRoutine.cpp603 Vector4f proj; in writeCache() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.cpp1256 Vector4f proj; in TEX() local
/third_party/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp594 bool proj = false; in writeFunctionCall() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp327 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 DGLES1Renderer.cpp282 angle::Mat4 proj = gles1State.mProjectionMatrices.back(); in prepareForDraw() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c2919 struct ir3_instruction *lod, *compare, *proj, *sample_index; in emit_tex() local
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c778 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 Dnir_to_spirv.c3362 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 Dnv50_ir_from_tgsi.cpp2285 Value *proj = fetchSrc(0, 3); in loadProjTexCoords() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp573 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 DSpvBuilder.cpp2883 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 Dtgsi_exec.c2038 const union tgsi_exec_channel *args[5], *proj = NULL; in exec_tex() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp2751 bool proj = false; in emit_texture_op() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c2238 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 DvktShaderRenderTextureFunctionTests.cpp884 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 DvktShaderRenderTextureFunctionTests.cpp881 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 Dintermediate.h1397 bool proj; member

Completed in 103 milliseconds