| 意味 | 例文 (23件) |
pixel shaderとは 意味・読み方・使い方
追加できません
(登録数上限)
意味・対訳 ピクセルシェーダとは、3次元グラフィックスで光源や陰影の処理を行う(シェーディング)機能の一種で、画像をピクセル単位で処理する方式のことである。、ピクセルシェーダ、ピクセル‐シェーダー
「pixel shader」の部分一致の例文検索結果
該当件数 : 23件
A pixel shader 112 performs pixel shader processing in the 3D graphic and the vector graphics.例文帳に追加
ピクセルシェーダ112は、3Dグラフィックス及びベクターグラフィックスにおけるピクセルシェーダ処理を行う。 - 特許庁
This image generation system includes: a vertex shader part performing processing in vertex units; and a pixel shader part performing processing in pixel units.例文帳に追加
画像生成システムは、頂点単位で処理を行う頂点シェーダ部と、ピクセル単位で処理を行うピクセルシェーダ部を含む。 - 特許庁
A plurality of shader pipes 22 in the shader 20 performs pixel drawing arithmetic processing in parallel and writes a processing result in a frame buffer 50.例文帳に追加
シェーダ20内の複数のシェーダパイプ22は、ピクセルの描画演算処理を並列に実行し、処理結果をフレームバッファ50に書き込む。 - 特許庁
When the lock request is permitted, the shader pipe 22 performs arithmetic processing of the pixel, and when the lock request is rejected, the shader pipe 22 sets the pixel in a waiting state with the arithmetic processing of the pixel interrupted and performs arithmetic processing of another pixel.例文帳に追加
シェーダパイプ22は、ロック要求が許可されると、そのピクセルの演算処理を実行し、ロック要求が拒絶されると、そのピクセルの演算処理を中断したまま待ち状態にし、別のピクセルの演算処理を実行する。 - 特許庁
The pixel shader part finds a color control parameter on the basis of a view line vector and a normal vector of each the pixel obtained by the vertex normal vector outputted from the vertex shader part.例文帳に追加
ピクセルシェーダ部は、頂点シェーダ部から出力された頂点法線ベクトルにより得られた各ピクセルの法線ベクトルと、視線ベクトルとに基づいて、色制御パラメータを求める。 - 特許庁
The shader 40 generates an enable flag for determining whether each pixel satisfies the branch condition or not.例文帳に追加
シェーダ40は、各ピクセルが分岐条件を満たすかどうかを判定したイネーブルフラグを生成する。 - 特許庁
To provide a figure drawing device using a multithread type pixel shader, capable of concealing latency of memory access by performing memory access and original operation processing of the pixel shader in parallel.例文帳に追加
メモリアクセスとピクセルシェーダ本来の演算処理を並列に実行することにより、メモリアクセスのレイテンシを隠蔽することを可能とする、マルチスレッド型のピクセルシェーダを用いた図形描画装置を提供することを目的とする。 - 特許庁
-
履歴機能
過去に調べた
単語を確認! -
語彙力診断
診断回数が
増える! -
マイ単語帳
便利な
学習機能付き! -
マイ例文帳
文章で
単語を理解! -
Wiktionary英語版での「pixel shader」の意味 |
pixel shader
名詞
pixel shader (複数形 pixel shaders)
- (computer graphics) A shader that operates on the level of individual pixels, used to generate complex visual effects.
同意語
「pixel shader」の部分一致の例文検索結果
該当件数 : 23件
To provide an image processing apparatus which can restrain an increase in time required for pixel processing, and also provide a shader device.例文帳に追加
ピクセル処理に要する時間の増大を抑制可能な画像処理装置及びシェーダ装置を提供する。 - 特許庁
To provide a program, an information storage medium, and an image generation system, or the like, allowing fur shading processing by a pixel shader.例文帳に追加
ピクセルシェーダによるファーシェーディング処理を実現できるプログラム、情報記憶媒体、画像生成システム等の提供。 - 特許庁
Then, the pixel shader operates so as to carry out rasterization of the geometric primitive to be displayed using the already obtained vertex data.例文帳に追加
そして、ピクセルシェーダは、既に取得された頂点データを使用して、表示される幾何プリミティブのラスタ化を実行するよう動作する。 - 特許庁
A DDA (digital differential analyzer) 34 notifies an exclusion control part 40 of the coordinates of a rasterized pixel, acquires a unique identification number associated with the pixel position from the exclusion control part 40 and adds the identification number to pixel data to give the pixel data to a shader 20.例文帳に追加
DDA34は、ラスタライズ処理されたピクセルの座標を排他制御部40に通知し、そのピクセル位置に対応づけられる一意の識別番号を排他制御部40から取得し、ピクセルデータにその識別番号を付加してシェーダ20に与える。 - 特許庁
Each shader pipe 22 performs a lock request of a corresponding pixel by notifying the exclusion control part 40 of identification information attached to the pixel when performing an arithmetic instruction requiring exclusion control of the pixel.例文帳に追加
各シェーダパイプ22は、ピクセルに対して排他制御の必要な演算命令を実行する際、そのピクセルに付加された識別情報を排他制御部40に通知することにより当該ピクセルのロック要求を行う。 - 特許庁
The figure drawing device comprises a vertex shader 300 to perform processing of vertex data, a viewport clipping circuit 301, a setup circuit 302, a rasterizer 303, a texture memory 305 to store texture data, a frame buffer 306 to store pixel data, and a multithread shader 304 to generate pixel threads of a pixel unit by accessing the pixel data and the texture data, to perform parallel processing.例文帳に追加
図形描画装置は、頂点データを処理する頂点シェーダ300と、ビューポートクリッピング回路301と、セットアップ回路302と、ラスタライザ303と、テクスチャデータを保存するテクスチャメモリ305と、ピクセルデータを保存するフレームバッファ306と、ピクセルデータとテクスチャデータにアクセスしてピクセル単位のピクセルスレッドを生成して並列処理するマルチスレッドシェーダ304とを備えている。 - 特許庁
A pixel shader carries out first texture look up within an index buffer, and operates so as to obtain a vertex index value of a geometric primitive to be displayed.例文帳に追加
ピクセルシェーダは、インデックスバッファ内で第1のテクスチャルックアップを実行し、表示される幾何プリミティブの頂点インデックス値を取得するように動作する。 - 特許庁
A combination of supersample and multisample antialiasing is used and a cluster of sub-pixel samples (multisamples) is processed for each pass through a fragment shader pipeline.例文帳に追加
スーパーサンプル及びマルチサンプルアンチエイリアシングの組み合わせが使用され、断片シェーダーパイプラインを通る各パスに対してサブピクセルサンプル(マルチサンプル)のクラスターが処理される。 - 特許庁
|
| 意味 | 例文 (23件) |
|
|
pixel shaderのページの著作権
英和・和英辞典
情報提供元は
参加元一覧
にて確認できます。
| © 2026 Microsoft | |
| Copyright © 2026 CJKI. All Rights Reserved | |
|
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL). Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのpixel shader (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。 |
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
|
ログイン |
Weblio会員(無料)になると
|
-
1false
-
2take
-
3responsible
-
4square brackets
-
5bilateral
-
6go
-
7feature
-
8feed
-
9weak
-
10meet
「pixel shader」のお隣キーワード |
weblioのその他のサービス
|
ログイン |
Weblio会員(無料)になると
|