Searched refs:glsl_to_tgsi (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_program.c105 if (stvp->glsl_to_tgsi)
106 free_glsl_to_tgsi_visitor(stvp->glsl_to_tgsi);
118 if (p->glsl_to_tgsi)
119 free_glsl_to_tgsi_visitor(p->glsl_to_tgsi);
129 if (stfp->glsl_to_tgsi)
130 free_glsl_to_tgsi_visitor(stfp->glsl_to_tgsi);
140 if (stcp->glsl_to_tgsi)
141 free_glsl_to_tgsi_visitor(stcp->glsl_to_tgsi);
H A Dst_program.c519 if (!stvp->glsl_to_tgsi && !stvp->shader_program) {
561 if (stvp->glsl_to_tgsi) {
565 stvp->glsl_to_tgsi,
584 free_glsl_to_tgsi_visitor(stvp->glsl_to_tgsi);
612 if (stvp->glsl_to_tgsi) {
613 stvp->glsl_to_tgsi = NULL;
776 if (!stfp->glsl_to_tgsi && !stfp->shader_program) {
840 interpMode[slot] = stfp->glsl_to_tgsi ?
846 interpMode[slot] = stfp->glsl_to_tgsi ?
923 interpMode[slot] = stfp->glsl_to_tgsi
1406 st_translate_program_common(struct st_context * st,struct gl_program * prog,struct glsl_to_tgsi_visitor * glsl_to_tgsi,struct ureg_program * ureg,unsigned tgsi_processor,struct pipe_shader_state * out_state) argument
[all...]
H A Dst_program.h145 struct glsl_to_tgsi_visitor* glsl_to_tgsi; member in struct:st_fragment_program
149 /* used when bypassing glsl_to_tgsi: */
212 struct glsl_to_tgsi_visitor* glsl_to_tgsi; member in struct:st_vertex_program
215 /* used when bypassing glsl_to_tgsi: */
268 struct glsl_to_tgsi_visitor* glsl_to_tgsi; member in struct:st_common_program
271 /* used when bypassing glsl_to_tgsi: */
291 struct glsl_to_tgsi_visitor* glsl_to_tgsi; member in struct:st_compute_program
294 /* used when bypassing glsl_to_tgsi: */
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_program.c86 if (stp->glsl_to_tgsi)
87 free_glsl_to_tgsi_visitor(stp->glsl_to_tgsi);
H A Dst_program.c596 if (!stp->glsl_to_tgsi) {
661 stp->glsl_to_tgsi,
678 free_glsl_to_tgsi_visitor(stp->glsl_to_tgsi);
690 stp->glsl_to_tgsi = NULL;
1014 if (!stfp->glsl_to_tgsi) {
1097 interpMode[slot] = stfp->glsl_to_tgsi ?
1103 interpMode[slot] = stfp->glsl_to_tgsi ?
1180 interpMode[slot] = stfp->glsl_to_tgsi ?
1204 interpMode[slot] = stfp->glsl_to_tgsi ?
1300 if (stfp->glsl_to_tgsi) {
[all...]
H A Dst_program.h266 struct glsl_to_tgsi_visitor* glsl_to_tgsi; member in struct:st_program
273 /* used when bypassing glsl_to_tgsi: */
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.3.rst125 - glsl_to_tgsi: fix instruction order for bindless textures
129 - st/glsl_to_tgsi: fix conditional assignments to packed shader outputs
141 - st/glsl_to_tgsi: fix indirect access to 64-bit integer
142 - st/glsl_to_tgsi: fix a use-after-free in merge_two_dsts
H A D10.5.4.rst91 - glsl_to_tgsi: fix out-of-bounds constant access and crash for
93 - glsl_to_tgsi: don't use a potentially-undefined immediate for
H A D10.3.7.rst66 - glsl_to_tgsi: fix a bug in copy propagation
H A D12.0.4.rst240 - st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operations
241 - st/glsl_to_tgsi: simplify translate_tex_offset
242 - st/glsl_to_tgsi: fix textureGatherOffset with indirectly loaded
246 - st/glsl_to_tgsi: fix atomic counter addressing
247 - st/glsl_to_tgsi: fix block copies of arrays of doubles
H A D11.1.4.rst109 - st/glsl_to_tgsi: reduce stack explosion in recursive expression
133 - st/glsl_to_tgsi: fix potential crash when allocating temporaries
H A D10.3.2.rst83 - glsl_to_tgsi: fix the value of gl_FrontFacing with native integers
H A D10.4.2.rst82 - glsl_to_tgsi: fix a bug in copy propagation
H A D10.5.7.rst63 - st/mesa: don't leak glsl_to_tgsi object on link failure
H A D18.0.2.rst102 - glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extract
H A D18.2.2.rst89 - glsl_to_tgsi: invert gl_SamplePosition.y for the default framebuffer
H A D11.2.2.rst127 - st/glsl_to_tgsi: reduce stack explosion in recursive expression
157 - st/glsl_to_tgsi: fix potential crash when allocating temporaries
H A D13.0.1.rst141 - st/glsl_to_tgsi: fix dvec[34] loads from SSBO
H A D17.0.2.rst133 - st/glsl_to_tgsi: avoid iterating past the head of the instruction
H A D17.1.10.rst121 - st/glsl_to_tgsi: only the first (inner-most) array reference can be a
H A D17.2.1.rst129 - st/glsl_to_tgsi: only the first (inner-most) array reference can be a
H A D18.2.5.rst114 - glsl_to_tgsi: don't create 64-bit integer MAD/FMA
H A D9.0.2.rst131 - glsl_to_tgsi: set correct register type for array and structure
154 - glsl_to_tgsi: fix dst register for texturing fetches.
H A D10.2.7.rst153 - glsl_to_tgsi: allocate and enlarge arrays for temporaries on demand
H A D17.1.6.rst97 - cherry-ignore: add "st/glsl_to_tgsi: fix getting the image type for

Completed in 17 milliseconds

12